BigW Consortium Gitlab

Commit 9f908cfc by Clement Ho

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

Remove es6 file extension from JavaScript files See merge request !9241
parents 8a5557ce 572f9782
......@@ -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 }]
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment