Skip to content

Commit

Permalink
move repo-specific ignores out of general file, phetsims/chipper#1429
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kauzmann <michael.kauzmann@colorado.edu>
  • Loading branch information
zepumph committed Apr 10, 2024
1 parent 95334c8 commit 427525b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
"supportsOutputJS": true
},
"eslintConfig": {
"extends": "../chipper/eslint/phet-library_eslintrc.js"
"extends": "../chipper/eslint/phet-library_eslintrc.js",
"ignorePatterns": [
"js/parser/svgPath.js"
]
}
}

0 comments on commit 427525b

Please sign in to comment.