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