0.8.0 • Published 10 months ago

@opvious/eslint-plugin v0.8.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 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.8.0

10 months ago

0.7.1

1 year ago

0.7.0

1 year ago

0.6.1

1 year ago

0.6.0

1 year ago

0.5.1

1 year ago

0.1.23

2 years ago

0.1.24

2 years ago

0.1.25

2 years ago

0.1.26

2 years ago

0.1.27

2 years ago

0.1.28

2 years ago

0.1.21

2 years ago

0.1.22

2 years ago

0.1.20

3 years ago

0.1.18

3 years ago

0.1.19

3 years ago

0.1.17

3 years ago

0.1.16

3 years ago