Skip to content

Commit

Permalink
remove eslint configuration (#4835)
Browse files Browse the repository at this point in the history
  • Loading branch information
JhontSouth authored Jan 6, 2025
1 parent 7cafc93 commit bb2bf0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions libraries/adaptive-expressions-ie11/eslint.config.cjs

This file was deleted.

2 changes: 1 addition & 1 deletion libraries/adaptive-expressions-ie11/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"build": "npm-run-all clean build:browser",
"build:browser": "tsup --config ../../tsup/browser.config.ts --define.outfile dist/index.js --dts",
"clean": "rimraf dist",
"lint": "eslint ."
"lint": "eslint . --config ../../eslint.config.cjs"
},
"files": [
"dist"
Expand Down

0 comments on commit bb2bf0f

Please sign in to comment.