eslint-find-new-rules
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "eslint-find-new-rules", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Use this to save yourself some time when working on a webpack configuration.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# eslint-find-new-rules | ||
Use this for your own [ESLint](http://eslint.org/) [sharable configuration](http://eslint.org/docs/developer-guide/shareable-configs) | ||
Use this for your own [ESLint](http://eslint.org/) [shareable configuration](http://eslint.org/docs/developer-guide/shareable-configs) | ||
to identify built-in ESLint rules that you're not explicitly configuring. | ||
@@ -24,3 +24,3 @@ | ||
"scripts": { | ||
"find-new-rules": "eslint-find-new-rules eslint-config-yourconfigname" | ||
"find-new-rules": "eslint-find-new-rules eslint-config-yourConfigName" | ||
} | ||
@@ -41,3 +41,3 @@ ... | ||
This is resolved relative to the `process.cwd()` which, in the context of npm scripts is always the location of you `package.json`. | ||
This is resolved relative to the `process.cwd()` which, in the context of npm scripts is always the location of your `package.json`. | ||
@@ -44,0 +44,0 @@ ### Absolute Path |
11147