eslint-plugin-react-directives
Advanced tools
Comparing version
{ | ||
"name": "eslint-plugin-react-directives", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "some rules for babel-plugin-react-directives.", | ||
@@ -22,3 +22,4 @@ "keywords": [ | ||
"scripts": { | ||
"test": "mocha tests --recursive" | ||
"test": "mocha tests --recursive", | ||
"prepublishOnly": "npm run test" | ||
}, | ||
@@ -25,0 +26,0 @@ "repository": { |
@@ -64,3 +64,3 @@ # eslint-plugin-react-directives | ||
If you have configured some options in [`babel-plugin-react-directives`](https://github.com/peakchen90/babel-plugin-react-directives#options), add `settings` section to `.eslintrc` file. | ||
If you have configured some options in [`babel-plugin-react-directives`](https://github.com/peakchen90/babel-plugin-react-directives#or-use-options-babel-plugin-options), add `settings` section to `.eslintrc` file. | ||
@@ -67,0 +67,0 @@ ```json |
12586
0.53%