mirror of
https://github.com/bobwen-dev/react-templates
synced 2025-04-12 00:56:39 +02:00
17 lines
284 B
Plaintext
17 lines
284 B
Plaintext
{
|
|
"rules": {
|
|
"strict": [2, "function"],
|
|
"no-var": 0,
|
|
"object-shorthand": 0,
|
|
"prefer-arrow-callback": 0
|
|
},
|
|
"env": {
|
|
"browser": true,
|
|
"node": true,
|
|
"amd": true
|
|
},
|
|
"globals": {
|
|
"requirejs": true
|
|
}
|
|
}
|