Skip to content

Commit

Permalink
remove eslint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
JhontSouth committed Oct 28, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent c850da0 commit 5ef56fc
Showing 2 changed files with 1 addition and 13 deletions.
11 changes: 0 additions & 11 deletions libraries/adaptive-expressions-ie11/eslint.config.cjs

This file was deleted.

3 changes: 1 addition & 2 deletions libraries/adaptive-expressions-ie11/package.json
Original file line number Diff line number Diff line change
@@ -22,7 +22,6 @@
"adaptive-expressions": "4.1.6",
"clean-webpack-plugin": "^4.0.0",
"core-js": "^3.38.1",
"eslint-plugin-only-warn": "^1.1.0",
"terser-webpack-plugin": "^5.3.10"
},
"devDependencies": {
@@ -42,7 +41,7 @@
"scripts": {
"build": "webpack",
"clean": "rimraf dist",
"lint": "eslint ."
"lint": "eslint . --config ../../eslint.config.cjs"
},
"files": [
"dist"

0 comments on commit 5ef56fc

Please sign in to comment.