1.3.3 • Published 9 months ago
@bruhabruh/eslint-config v1.3.3
@bruhabruh/eslint-config
Install
npm install --save-dev eslint @bruhabruh/eslint-configpnpm add -S -D eslint @bruhabruh/eslint-configUsage
Add eslint.config.js file in the project root with the following content:
import eslint from '@bruhabruh/eslint-config';
export default eslint.build(
{
ignores: ['dist', 'node_modules', 'coverage'],
},
...eslint.configs.base.recommended,
...eslint.configs.base.full, // with jsdoc
eslint.configs.a11y.recommended,
eslint.configs.client.recommended, // like a11y
eslint.configs.importOrder.recommended,
eslint.configs.json.recommended,
eslint.configs.markdown.recommended, // commonmark
eslint.configs.markdown.gfm, // gfm
eslint.configs.prettier.recommended,
eslint.configs.react.recommended, // for sort required importOrder below
eslint.configs.server.recommended,
eslint.configs.tailwind.recommended,
);1.2.8
1 year ago
1.2.7
1 year ago
1.2.6
1 year ago
1.2.5
1 year ago
1.3.3
9 months ago
1.2.4
1 year ago
1.3.2
10 months ago
1.2.3
1 year ago
1.3.1
10 months ago
1.3.0
11 months ago
1.2.2
1 year ago
1.2.0
1 year ago
1.1.1
1 year ago
1.1.0
1 year ago
1.1.6
1 year ago
1.1.5
1 year ago
1.1.4
1 year ago
1.1.3
1 year ago
1.2.1
1 year ago
1.1.2
1 year ago
1.0.0
2 years ago