@elbrus/eslint-config
v1.1.0
Published
Eslint config from Elbrus Bootcamp
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-configAdd 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
