@acolorbright/eslint-config-react
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "@acolorbright/eslint-config-react", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "ACB's ESLint config for using React", | ||
@@ -54,3 +54,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "a9c359496cb9f6cbe9c534e210c2c9acabf8c58a" | ||
"gitHead": "28d5b0537864d8ad807393efbd00d388a7a451a8" | ||
} |
@@ -8,3 +8,3 @@ const assign = require('object.assign'); | ||
plugins: [ | ||
'react', 'plugin:react/jsx-runtime', | ||
'react', | ||
], | ||
@@ -11,0 +11,0 @@ |
40060