@elbrus/eslint-config
v1.0.0
Published
Eslint config from Elbrus Bootcamp
Downloads
340
Readme
Elbrus Bootcamp's ESLint config
Provides linting and formatting rules for a NodeJS project.
Installation and usage
Install to your dev dependencies
npm i -D @elbrus/eslint-config
Add this config to your eslint.config.js
file:
import elbrusConfig from '@elbrus/eslint-config';
export default [
// other configurations
...elbrusConfig,
];
Other configs
React, express and typescript configs are coming soon