Skip to content

Commit

Permalink
eslint ignore json-importing file
Browse files Browse the repository at this point in the history
  • Loading branch information
bumblehead committed Nov 4, 2023
1 parent 2898d5b commit 014d3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"plugins": [],
"ignorePatterns": ["dist"],
"ignorePatterns": ["importsJSONfile.js"],
"extends": [
"eslint:recommended",
"plugin:markdown/recommended"
Expand Down

0 comments on commit 014d3cc

Please sign in to comment.