Skip to content

Commit

Permalink
fix: upgrading eslint-config (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: Dave Lockhart <“[email protected]”>
  • Loading branch information
dlockhart and Dave Lockhart committed Feb 23, 2021
1 parent 887f745 commit 8b523b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@
"devDependencies": {
"@babel/cli": "^7",
"@babel/core": "^7",
"@babel/eslint-parser": "7",
"@babel/preset-env": "^7",
"babel-eslint": "^10",
"babel-plugin-transform-dynamic-import": "^2",
"eslint": "^7",
"eslint-config-brightspace": "^0.12.0",
"eslint-config-brightspace": "^0.13",
"eslint-plugin-html": "^6",
"eslint-plugin-lit": "^1",
"eslint-plugin-sort-class-members": "^1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"author": "D2L Corporation",
"license": "Apache-2.0",
"devDependencies": {
"@babel/eslint-parser": "^7",
"@brightspace-ui/stylelint-config": "^0.0.3",
"babel-eslint": "^10",
"eslint": "^7",
"eslint-config-brightspace": "^0.11.0",
"eslint-config-brightspace": "^0.13",
"eslint-plugin-html": "^6",
"eslint-plugin-lit": "^1",
"eslint-plugin-sort-class-members": "^1",
Expand Down

0 comments on commit 8b523b9

Please sign in to comment.