Skip to content

Commit cfbf8df

Browse files
committed
chore: +
1 parent f4b1129 commit cfbf8df

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ test/coverage
33
test/unit/fixtures
44
runtime
55
*.d.ts
6+
/*.js

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"eslint-config-airbnb-base": "^14.2.1",
8282
"eslint-plugin-import": "^2.22.1",
8383
"eslint-plugin-react": "^7.23.1",
84-
"eslint-plugin-react-directives": "^1.0.1",
84+
"eslint-plugin-react-directives": "^2.0.0",
8585
"husky": "^4.3.8",
8686
"invariant": "^2.2.4",
8787
"jest": "^26.6.3",

test/.eslintrc.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ module.exports = {
99
rules: {
1010
'react/prop-types': 'off',
1111
'max-classes-per-file': 'off',
12-
'no-undef': 'off',
13-
'no-unused-vars': 'off',
12+
'no-undef': 'off'
1413
}
1514
};

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1819,10 +1819,10 @@ eslint-plugin-import@^2.22.1:
18191819
resolve "^1.17.0"
18201820
tsconfig-paths "^3.9.0"
18211821

1822-
eslint-plugin-react-directives@^1.0.1:
1823-
version "1.0.1"
1824-
resolved "https://registry.npm.taobao.org/eslint-plugin-react-directives/download/eslint-plugin-react-directives-1.0.1.tgz#76528aa7c557cd728eeffafefceb7dfa490221dc"
1825-
integrity sha1-dlKKp8VXzXKO7/r+/Ot9+kkCIdw=
1822+
eslint-plugin-react-directives@^2.0.0:
1823+
version "2.0.0"
1824+
resolved "https://registry.npm.taobao.org/eslint-plugin-react-directives/download/eslint-plugin-react-directives-2.0.0.tgz?cache=0&sync_timestamp=1617442618998&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint-plugin-react-directives%2Fdownload%2Feslint-plugin-react-directives-2.0.0.tgz#798d928cca4b28603c72f79613cf6a77acbbb247"
1825+
integrity sha1-eY2SjMpLKGA8cveWE89qd6y7skc=
18261826

18271827
eslint-plugin-react@^7.23.1:
18281828
version "7.23.1"

0 commit comments

Comments
 (0)