We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 717b4ca commit ae539acCopy full SHA for ae539ac
package.json
@@ -28,6 +28,7 @@
28
"babel-core": "^5.6.4"
29
},
30
"devDependencies": {
31
+ "babel": "^5.8.23",
32
"babel-eslint": "^4.1.3",
33
"eslint": "^1.7.1",
34
"eslint-plugin-react": "^3.5.1",
src/index.js
@@ -1,7 +1,7 @@
1
'use strict';
2
3
module.exports = function({Plugin}) {
4
- return new Plugin('react-remove-prop-types', {
+ return new Plugin('react-remove-properties', {
5
visitor: {
6
JSXIdentifier(node) {
7
if (node.name === 'data-test') {
0 commit comments