mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-19 11:02:58 +00:00
8 lines
128 B
Plaintext
8 lines
128 B
Plaintext
{
|
|
"extends": ["plugin:prettier/recommended"],
|
|
"parser": "babel-eslint",
|
|
"rules": {
|
|
"prettier/prettier": "error"
|
|
}
|
|
}
|