|
|
@ -17,7 +17,7 @@ module.exports = { |
|
|
|
requireConfigFile: false, |
|
|
|
}, |
|
|
|
rules: { |
|
|
|
"linebreak-style": ["error", "unix"], |
|
|
|
"linebreak-style": ["error", (process.platform === "win32" ? "windows" : "unix")], // https://stackoverflow.com/q/39114446/2771889
|
|
|
|
"camelcase": ["warn", { |
|
|
|
"properties": "never", |
|
|
|
"ignoreImports": true |
|
|
|