1.0.2 • Published 9 years ago
eslint-config-hotelquickly v1.0.2
eslint-config-hotelquickly
Builing on the eslint:recommended
ruleset.
How to apply to your project:
(install eslint & this module globally:
npm install -g eslint eslint-config-hotelquickly
)add the config clause to your project
package.json
as follows:
"eslintConfig": {
"extends": "hotelquickly"
}