Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
fix: migrate eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
aht007 committed May 11, 2022
1 parent bb7ec18 commit 903c62e
Show file tree
Hide file tree
Showing 4 changed files with 23,516 additions and 562 deletions.
2 changes: 1 addition & 1 deletion .es6-eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "eslint-config-edx",
"extends": "@edx/eslint-config",
"parser": "babel-eslint",
"parserOptions": {
"sourceType": "module",
Expand Down
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "eslint-config-edx-es5",
"extends": "@edx/eslint-config",
"plugins": [
"import"
],
Expand Down
Loading

0 comments on commit 903c62e

Please sign in to comment.