mirror of
https://github.com/imsky/holder.git
synced 2026-01-09 13:57:57 -05:00
11 lines
170 B
JSON
11 lines
170 B
JSON
{
|
|
"env": {
|
|
"browser": true,
|
|
"commonjs": true
|
|
},
|
|
"extends": "eslint:recommended",
|
|
"rules": {
|
|
"quotes": ["error", "single"]
|
|
}
|
|
}
|