Skip to content

Commit

Permalink
MDL-66265 javascript: More specific overrides in eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Sep 4, 2019
1 parent 9ec0cbe commit 324f763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
}
},
{
files: ["**/amd/src/*.js", "**/amd/src/**/*.js", "*.js"],
files: ["**/amd/src/*.js", "**/amd/src/**/*.js", "Gruntfile*.js", "babel-plugin-add-module-to-define.js"],
// We support es6 now. Woot!
env: {
es6: true
Expand Down

0 comments on commit 324f763

Please sign in to comment.