2.0.0 • Published 1 year ago
@bangbang93/eslint-config-recommended v2.0.0
Switch to eslint
npm i -D eslint @typescript-eslint/parser @bangbang93/eslint-config-recommendedcreate eslint.config.mjs
import tsParser from "@typescript-eslint/parser";
import baseConfig from '@bangbang93/eslint-config-recommended';
import eslintPluginPrettierRecommended from 'eslint-plugin-prettier/recommended'
export default [
...baseConfig,
{
languageOptions: {
parser: tsParser,
parserOptions: {
projectService: true,
tsconfigRootDir: import.meta.dirname
}
},
},
eslintPluginPrettierRecommended,
]2.0.0-6
1 year ago
2.0.0-5
1 year ago
2.0.0-4
1 year ago
2.0.0-3
1 year ago
2.0.0-2
1 year ago
2.0.0-1
1 year ago
2.0.0-0
1 year ago
2.0.0
1 year ago
2.0.0-7
1 year ago
1.3.0
2 years ago
1.2.0
2 years ago
1.1.1
2 years ago
1.0.2
2 years ago
1.1.0
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago
0.1.0
2 years ago
0.1.1
2 years ago
0.0.6
2 years ago
0.0.5
2 years ago
0.0.4
2 years ago
0.0.3
3 years ago
0.0.2
3 years ago
0.0.1
4 years ago
0.0.0
4 years ago