Skip to content

Commit

Permalink
eslint ignore patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
gaowhen committed Jul 17, 2024
1 parent 7e82829 commit 57cc00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explorer-ui/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const config = {
},
],
},
ignorePatterns: ["src/gql/*", "a.js"],
ignorePatterns: ["src/gql/*"],
};

module.exports = config;

0 comments on commit 57cc00e

Please sign in to comment.