mirror of
https://github.com/jambonz/jambonz-webapp.git
synced 2025-12-19 05:37:43 +00:00
17 lines
214 B
Plaintext
17 lines
214 B
Plaintext
{
|
|
"extends": "react-app",
|
|
"rules": {
|
|
"linebreak-style": [
|
|
"error",
|
|
"unix"
|
|
],
|
|
"semi": [
|
|
"error",
|
|
"always"
|
|
],
|
|
"no-trailing-spaces": [
|
|
"error"
|
|
]
|
|
}
|
|
}
|