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 b493b5e commit 247c260Copy full SHA for 247c260
package.json
@@ -149,6 +149,7 @@
149
"enzyme": "^3.11.0",
150
"enzyme-adapter-react-16": "^1.15.2",
151
"eslint-plugin-react": "^6.10.3",
152
+ "eslint-plugin-wix-components-library": "^1.0.0",
153
"execa": "^4.0.3",
154
"express": "^4.17.1",
155
"eyes.it": "^2.0.53",
@@ -280,7 +281,9 @@
280
281
"legacyDecorators": true
282
}
283
},
284
+ "plugins": ["eslint-plugin-wix-components-library"],
285
"rules": {
286
+ "wix-components-library/prop-types-restrict-to-default-import": 2,
287
"import/no-unresolved": 0,
288
"jsx-a11y/alt-text": 0,
289
"jsx-a11y/anchor-is-valid": 0,
0 commit comments