You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

eslint-plugin-react-directives

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-react-directives - npm Package Compare versions

Comparing version

to
1.0.1

5

package.json
{
"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": {

2

README.md

@@ -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