Skip to content
This repository was archived by the owner on Nov 14, 2020. It is now read-only.

Commit 8f97327

Browse files
committed
clean up
1 parent d771801 commit 8f97327

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.eslintignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.eslintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@
1111
"import/no-extraneous-dependencies": "off",
1212
"import/no-unresolved": "off",
1313
"import/extensions": "off",
14+
"jsx-a11y/alt-text": "off",
1415
"jsx-a11y/anchor-has-content": "off",
1516
"jsx-a11y/anchor-is-valid": "off",
17+
"jsx-a11y/heading-has-content": "off",
1618
"no-console": "off",
19+
"react/jsx-filename-extension": "off"
1720
}
1821
}

0 commit comments

Comments
 (0)