mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-08 23:23:23 +00:00
Add ESLint config
This commit is contained in:
10
.eslintrc.js
Normal file
10
.eslintrc.js
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
module.exports = {
|
||||||
|
"env": {},
|
||||||
|
"extends": "eslint:recommended",
|
||||||
|
"rules": {
|
||||||
|
"indent": [2, 4],
|
||||||
|
"linebreak-style": [2, "unix"],
|
||||||
|
"quotes": [2, "single"],
|
||||||
|
"semi": [2, "always"]
|
||||||
|
}
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user