Skip to content

Commit 2c19498

Browse files
committed
chore: use eslint strict
1 parent eba942d commit 2c19498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "eslint-config-atomic",
2+
"extends": "eslint-config-atomic/strict",
33
"ignorePatterns": ["build/", "node_modules/"],
44
"rules": {
55
"@typescript-eslint/ban-types": [

0 commit comments

Comments
 (0)