@opvious/eslint-plugin

0.1.28 • Public • Published

ESLint plugin

Shared linting configuration.

Quickstart

First, install ESLint and this plugin:

$ npm i -D eslint @opvious/eslint-plugin

Then reference this plugin in .eslintrc.js:

module.exports = {
  plugins: ['@opvious'],
  extends: ['plugin:@opvious/typescript'], // One of the configurations below.
  // Project-specific configuration...
};

Configurations

  • typescript, defaults for a TypeScript project. The corresponding parser is included in the plugin.

Readme

Keywords

Package Sidebar

Install

npm i @opvious/eslint-plugin

Weekly Downloads

0

Version

0.1.28

License

Apache-2.0

Unpacked Size

16.9 kB

Total Files

4

Last publish

Collaborators

  • opvious-eng