Skip to content

Commit 8e684d0

Browse files
committed
added href-no-hash rule to examples
1 parent e1b0eb3 commit 8e684d0

File tree

28 files changed

+73163
-5821
lines changed

28 files changed

+73163
-5821
lines changed

asyncValidation/.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "react-app",
33
"rules": {
4+
"jsx-a11y/href-no-hash": 0,
45
"import/no-webpack-loader-syntax": 0,
56
"no-throw-literal": 0
67
}

0 commit comments

Comments
 (0)