lint-config-m
Lint config with eslint and stylelint.
Installation
$ npm install eslint stylelint lint-config-m --save-dev
Usage
"eslintConfig": {
"extends": [
"./node_modules/lint-config-m/eslint"
]
}
peerDependencies
-
eslint
-
babel-eslint
-
eslint-config-airbnb
-
eslint-plugin-ava
-
eslint-plugin-react
-
stylelint
-
stylelint-config-suitcss
Test
$ npm run test:watch
CONTRIBUTING
- ⇄ Pull requests and ★ Stars are always welcome.
- For bugs and feature requests, please create an issue.
- Pull requests must be accompanied by passing automated tests (
$ npm test
).
MIT: http://michaelhsu.mit-license.org