mirror of
https://github.com/tornadocash/torn-token.git
synced 2024-11-22 01:37:08 +01:00
14 lines
209 B
JSON
14 lines
209 B
JSON
|
{
|
||
|
"extends": "solhint:recommended",
|
||
|
"rules": {
|
||
|
"prettier/prettier": [
|
||
|
"error",
|
||
|
{
|
||
|
"printWidth": 110
|
||
|
}
|
||
|
],
|
||
|
"quotes": ["error", "double"]
|
||
|
},
|
||
|
"plugins": ["prettier"]
|
||
|
}
|