mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-09 07:33:24 +00:00
11 lines
224 B
JavaScript
11 lines
224 B
JavaScript
module.exports = {
|
|
"env": {},
|
|
"extends": "eslint:recommended",
|
|
"rules": {
|
|
"indent": [2, 4],
|
|
"linebreak-style": [2, "unix"],
|
|
"quotes": [2, "single"],
|
|
"semi": [2, "always"]
|
|
}
|
|
};
|