Merge branch 'remove-es6-extension' into 'master'
Remove es6 file extension from JavaScript files See merge request !9241
This commit is contained in:
commit
9f908cfc8e
240 changed files with 5 additions and 1 deletions
|
@ -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
Loading…
Reference in a new issue