Skip to content

Commit

Permalink
chore: update shared config for ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
jsconan committed Oct 1, 2021
1 parent 2985eba commit 137d572
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"root": true,
"extends": "@oat-sa/eslint-config-tao/amd"
"extends": "@oat-sa/eslint-config-tao"
}
3 changes: 3 additions & 0 deletions test/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: '@oat-sa/eslint-config-tao/amd'
};

0 comments on commit 137d572

Please sign in to comment.