Skip to content

Commit

Permalink
Ignore public from eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitkyadav committed Feb 16, 2023
1 parent be63b4d commit fdce160
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
},
"ignorePatterns": [
"**/*.stories.tsx",
"**/*.test.ts"
"**/*.test.ts",
"public"
],
"extends": [
"airbnb-typescript",
Expand Down

0 comments on commit fdce160

Please sign in to comment.