1.0.27 • Published 2 years ago
@min5407/eslint-config v1.0.27
@min5407/eslint-config
This is a custom eslint config which supports typescript by default
Authors
Documentation
Installation
how to install
npm install -D @min5407/eslint-config
How to Use
.eslintrc.js
module.exports = {
root: true,
extends: ['@min5407/eslint-config'],
ignorePatterns: ['**/*.json', 'node_modules', ...etc],
parserOptions: {
root: true,
tsconfigRootDir: __dirname,
project: ['./tsconfig.json'],
},
};
tsconfig.json
{
"include": [".eslintrc.js", ...etc],
}
License
1.0.27
2 years ago
1.0.25
2 years ago
1.0.24
3 years ago
1.0.23
3 years ago
1.0.22
3 years ago
1.0.21
3 years ago
1.0.20
3 years ago
1.0.19
3 years ago
1.0.18
3 years ago
1.0.17
3 years ago
1.0.16
3 years ago
1.0.15
3 years ago
1.0.14
3 years ago
1.0.13
3 years ago
1.0.12
3 years ago
1.0.11
3 years ago
1.0.1
3 years ago
1.0.0-g2
3 years ago
1.0.0-g1
3 years ago
1.0.0
3 years ago