0.1.28 • Published 7 months ago

@opvious/eslint-plugin v0.1.28

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
7 months ago

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.
0.1.23

10 months ago

0.1.24

10 months ago

0.1.25

9 months ago

0.1.26

9 months ago

0.1.27

7 months ago

0.1.28

7 months ago

0.1.21

1 year ago

0.1.22

1 year ago

0.1.20

2 years ago

0.1.18

2 years ago

0.1.19

2 years ago

0.1.17

2 years ago

0.1.16

2 years ago