mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
10 lines
171 B
Plaintext
10 lines
171 B
Plaintext
{
|
|
"extends": "eslint-config-airbnb",
|
|
"rules": {
|
|
"comma-dangle": 0,
|
|
"func-names": 0,
|
|
"no-alert": 0,
|
|
"no-console": 0,
|
|
"no-use-before-define": 0
|
|
}
|
|
} |