mirror of
https://github.com/TBEDP/datavjs.git
synced 2025-12-08 19:45:52 +00:00
12 lines
170 B
JSON
12 lines
170 B
JSON
{
|
|
"indent": 4,
|
|
"plusplus": true,
|
|
"sloppy": true,
|
|
"eqeqeq": true,
|
|
"maxlen": 120,
|
|
"node": true,
|
|
"nomen": true,
|
|
"browser": true,
|
|
"vars": true
|
|
}
|