We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb59419 commit d4fbc8dCopy full SHA for d4fbc8d
2 files changed
README.md
@@ -37,7 +37,7 @@ To demo locally, clone the repo and
37
38
```bash
39
$ yarn install
40
-$ yarn run lint
+$ yarn run demo
41
```
42
43
## Contribution
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@trbl/eslint-config",
3
- "version": "1.1.1",
+ "version": "1.1.2",
4
"main": "index.js",
5
"repository": "git@github.com:trouble/eslint-config.git",
6
"description": "Please do not feed the dust bunnies.",
@@ -13,7 +13,9 @@
13
"style-guide"
14
],
15
"scripts": {
16
- "lint": "eslint ."
+ "build": "yarn run lint",
17
+ "lint": "eslint . --ignore-pattern demo/",
18
+ "demo": "eslint ./demo/*.js"
19
},
20
"peerDependencies": {
21
"eslint": ">= 3",
0 commit comments