Skip to content

Commit

Permalink
🔧 eslint: ignore public/
Browse files Browse the repository at this point in the history
  • Loading branch information
jgalat committed Dec 26, 2023
1 parent 5f0aef2 commit ac681c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = {
"unicorn/filename-case": "off", // use default export name
"unicorn/prefer-top-level-await": "off", // unsupported in react-native
},
ignorePatterns: ["build/", "dist/", ".expo/types/**/*.ts", "expo-env.d.ts", "contracts/lib/"],
ignorePatterns: ["build/", "dist/", ".expo/types/**/*.ts", "expo-env.d.ts", "contracts/lib/", "public/"],
overrides: [
{
files: [...nodeFiles, "pomelo/**"],
Expand Down

0 comments on commit ac681c2

Please sign in to comment.