Licence
MIT
Version
1.0.5
Deps
5
Size
13 kB
Vulns
0
Weekly
0
eslint-config-apolo
This package provides .eslintrc configuration (without any Framework frontend plugin) as an extensible shared config.
Simple configuration, based on best javascript practices and rewarding the simplest and most modern coding for JavaScript / Typescript.Usage
1- Install eslint-config-apolo
npm install --save-dev eslint-config-apolo // This will download the @latest version
npm install --save-dev eslint-config-apolo@1.0.0 // Or can select version
2- Add in “extends” of your .eslintrc file: “apolo”
{
...,
"extends": [
...,
"apolo"
]
}
You can make sure this module lints with itself using npm run lint