mirror of
https://github.com/zhigang1992/firebase-tools.git
synced 2026-01-12 09:04:01 +08:00
11 lines
159 B
Plaintext
11 lines
159 B
Plaintext
{
|
|
"plugins": ["prettier"],
|
|
"rules": {
|
|
"prettier/prettier": "error",
|
|
"no-unused-vars": "error"
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 6
|
|
}
|
|
}
|