1.1.1 • Published 5 years ago
eslint-config-standard-ye v1.1.1
eslint-config-standard-ye
eslint config for ye
Installation
You'll first need to install ESLint:
$ yarn i -D eslint
Next, install eslint-config-standard-ye
:
$ yarn i -D eslint-config-standard-ye eslint-config-standard-ye-ts
Note: If you installed ESLint globally (using the -g
flag) then you must also install eslint-config-standard-ye
globally.
Usage
Add eslint-config-standard-ye
to the extends section of your .eslintrc.js
configuration file.
It needs .eslintrc.js format config file
module.exports = {
extends: [
'standard-ye'
],
// eslint currently not support extends in overrids, so that use this hacking
// https://github.com/eslint/eslint/issues/8813
overrides: Object.assign({
files: ['**/*.ts', '**/*.tsx'],
}, require('eslint-config-standard-ye-ts'))
};
1.1.1
5 years ago
1.1.0
6 years ago
1.0.16
6 years ago
1.0.15
6 years ago
1.0.14
7 years ago
1.0.13
7 years ago
1.0.12
7 years ago
1.0.11
7 years ago
1.0.10
7 years ago
1.0.9
7 years ago
1.0.8
7 years ago
1.0.7
7 years ago
1.0.6
7 years ago
1.0.5
7 years ago
1.0.4
7 years ago
1.0.3
7 years ago
1.0.2
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago