1.2.0 • Published 12 months ago
@v.latyshev/eslint-config v1.2.0
eslint-config
Installing
yarn add -D @v.latyshev/eslint-config eslint@^8.0.0Then create a file named .eslintrc.js with following contents in the root folder of your project:
/**
* @type {import('eslint').Linter.Config}
*/
module.exports = {
extends: '@v.latyshev',
parserOptions: {
tsconfigRootDir: __dirname,
},
};
// or react config
/**
* @type {import('eslint').Linter.Config}
*/
module.exports = {
extends: '@v.latyshev/eslint-config/react',
parserOptions: {
tsconfigRootDir: __dirname,
},
};That's it! You can override the settings from eslint-config by editing the .eslintrc.js file.
1.2.0
12 months ago
1.2.0-next.9
2 years ago
1.2.0-next.10
2 years ago
1.2.0-next.8
2 years ago
1.2.0-next.7
2 years ago
1.2.0-next.6
3 years ago
1.2.0-next.5
3 years ago
1.2.0-next.4
3 years ago
1.2.0-next.3
3 years ago
1.2.0-next.2
3 years ago
1.2.0-next.1
3 years ago
1.1.1-next.1
3 years ago
1.1.0
3 years ago
1.0.4
3 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago