Merge branch 'remove-es6-extension' into 'master'

Remove es6 file extension from JavaScript files

See merge request !9241
This commit is contained in:
Clement Ho 2017-03-05 23:02:17 +00:00
commit 9f908cfc8e
240 changed files with 5 additions and 1 deletions

View file

@ -23,7 +23,7 @@
}
},
"rules": {
"filenames/match-regex": [2, "^[a-z0-9_]+(.js)?$"],
"filenames/match-regex": [2, "^[a-z0-9_]+$"],
"no-multiple-empty-lines": ["error", { "max": 1 }]
}
}

Some files were not shown because too many files have changed in this diff Show more