mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
10 lines
159 B
Plaintext
10 lines
159 B
Plaintext
{
|
|
"rules": {
|
|
"semi": ["error", "always"],
|
|
"quotes": ["error", "single"],
|
|
"no-var": ["error"]
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 6
|
|
}
|
|
} |