2.2.0 • Published 11 months ago

@i-views/eslint-plugin-iviews v2.2.0

Weekly downloads
1
License
UNLICENSED
Repository
-
Last release
11 months ago

@i-views/eslint-plugin-iviews

NPM version Greenkeeper badge

Code-Style-Settings used in @i-views projects

Installation

npm install @i-views/eslint-plugin-iviews

Usage

Use the following .eslintrc.js for plain javascript files (i.e. in the project root directory

module.exports = {
  plugins: ['@i-views/eslint-plugin-iviews'],
  extends: ['plugin:@i-views/eslint-plugin-iviews/default']
}

The following .eslintrc.js can be used in the directory where you have synchronized the scripts from your i-views volume.

module.exports = {
  plugins: ['@i-views/eslint-plugin-iviews'],
  extends: ['plugin:@i-views/eslint-plugin-iviews/kjavascript']
}

When you run eslint, you should specify the --ext option to include KJavaScript files

eslint --fix . --ext .js,.kjs

License

@i-views/eslint-plugin-iviews is published under the UNLICENSED-license.

No file "LICENSE*" found

Contributing guidelines

See CONTRIBUTING.md.

2.2.0

11 months ago

2.1.0

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.3.8

4 years ago

1.3.4

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.0

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago