mirror of
https://github.com/serratus/quaggaJS.git
synced 2026-08-12 21:21:42 +08:00
9 lines
188 B
Plaintext
9 lines
188 B
Plaintext
{
|
|
"root": true,
|
|
"extends": "./node_modules/eslint-config-netconomy/react.js",
|
|
"parser": "babel-eslint",
|
|
"rules": {
|
|
"comma-dangle": [2, "always-multiline"],
|
|
}
|
|
}
|