eslint-config
/
0.0.14
eslint-config 0.0.14
Install from the command line:
Learn more about npm packages
$ npm install @masterborn/eslint-config@0.0.14
Install via package.json:
"@masterborn/eslint-config": "0.0.14"
About this version
.
├── LICENSE
├── README.md # this file
├── backend
│ └── index.js # main backend config, accessible by @masterborn/eslint-config/backend
├── common.js # commonly used ESLint rules
├── frontend
│ └── index.js # main frontend config, accessible by @masterborn/eslint-config/frontend
├── index.js # entry point pointig at common.js
└── package.json
It uses @babel/eslint-parser which requires babel config file. More info on the parser can be found here.
Configuration for TypeScript support.
Install peer dependencies and add tsconfig.json
to your root directory.
Configuration for TypeScript support.
Install peer dependencies and add tsconfig.json
to your root directory.