mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-01-24 13:45:07 +08:00
14 lines
209 B
Plaintext
14 lines
209 B
Plaintext
|
{
|
||
|
"env": {
|
||
|
"node": true,
|
||
|
"es6": true,
|
||
|
"jest": true,
|
||
|
"browser": true
|
||
|
},
|
||
|
"extends": ["airbnb", "prettier"],
|
||
|
"plugins": ["prettier"],
|
||
|
"rules": {
|
||
|
"prettier/prettier": ["error"]
|
||
|
}
|
||
|
}
|