mirror of
https://github.com/less/less.js.git
synced 2026-02-07 21:45:08 -05:00
14 lines
230 B
Plaintext
14 lines
230 B
Plaintext
{
|
|
"evil": true,
|
|
"laxbreak": true,
|
|
"latedef": true,
|
|
"node": true,
|
|
"undef": true,
|
|
"unused": "vars",
|
|
"trailing": true,
|
|
"noarg": true,
|
|
"eqnull": true,
|
|
"forin": true,
|
|
"predef": ["Promise"]
|
|
}
|