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 dd61b8a commit cb6c069Copy full SHA for cb6c069
.eslintrc.json
@@ -1,5 +1,5 @@
1
{
2
- "extends": ["eslint-config-atomic/strict", "plugin:chai-friendly/recommended"],
+ "extends": ["eslint-config-atomic", "plugin:chai-friendly/recommended"],
3
"ignorePatterns": ["build/", "node_modules/"],
4
"rules": {
5
"@typescript-eslint/ban-types": [
0 commit comments