11.0.0 • Published 11 months ago
eslint-config-hudochenkov v11.0.0
eslint-config-hudochenkov
My configs for ESLint.
Available configs:
main— default config which includes following configs:base— config with only ESLint core rules.commonPlugins— config with eslint-plugin-unicorn, eslint-plugin-import, and eslint-plugin-jest. Applies both for browser and Node.js projects.react— config for React applications. Includes eslint-plugin-react, eslint-plugin-react-hooks, and eslint-plugin-jsx-a11y plugins.reactTesting— config for tesing React apps with React Testing Library. Includes eslint-plugin-jest-dom and eslint-plugin-testing-library plugins.
Installation
Install config:
npm install --save-dev eslint-config-hudochenkovUsage
Add chosen config to your ESLint configuration:
import { configs } from 'eslint-config-hudochenkov';
export default [
...configs.main,
...configs.react,
...configs.reactTesting,
// other configuration objects
];11.0.0
11 months ago
10.0.0
1 year ago
10.0.2
1 year ago
10.0.3
1 year ago
9.0.0
3 years ago
8.0.0
5 years ago
7.2.0
5 years ago
7.0.0
5 years ago
7.1.0
5 years ago
6.0.0
5 years ago
5.0.3
6 years ago
5.0.2
6 years ago
5.0.1
6 years ago
5.0.0
6 years ago
4.0.0
6 years ago
3.0.2
6 years ago
3.0.1
6 years ago
3.0.0
7 years ago
2.0.0
8 years ago
1.3.0
9 years ago
1.2.0
9 years ago
1.1.0
9 years ago
1.0.0
9 years ago