a11y_agent 0.0.5.pre.alpha.3 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,13 @@
1
+ {
2
+ "extends": ["eslint:recommended", "plugin:react/recommended"],
3
+ "settings": {
4
+ "react": {
5
+ "version": "17.0.2"
6
+ }
7
+ },
8
+ "rules": {
9
+ "no-extra-parens": 0,
10
+ "react/prop-types": 0,
11
+ "react/react-in-jsx-scope": 0
12
+ }
13
+ }
@@ -0,0 +1,3 @@
1
+ .DS_Store
2
+ /node_modules
3
+ dist/