mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 10:15:31 +00:00
Add react lint rule re escape
This commit is contained in:
parent
df81666b1d
commit
b6f29c768f
1 changed files with 1 additions and 0 deletions
|
|
@ -128,6 +128,7 @@
|
|||
"react/jsx-pascal-case": "error",
|
||||
"react/require-render-return": "error",
|
||||
"react/self-closing-comp": "error",
|
||||
"react/no-unescaped-entities": "error",
|
||||
"semi": "error",
|
||||
"space-before-function-paren": [
|
||||
"error",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue