mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-03 23:07:26 +03:00
Added react version to eslint settings
This commit is contained in:
parent
6a016d8e6f
commit
6c8e13ebde
1 changed files with 5 additions and 0 deletions
|
@ -173,6 +173,11 @@
|
||||||
"react/jsx-closing-bracket-location": ["error", "tag-aligned"],
|
"react/jsx-closing-bracket-location": ["error", "tag-aligned"],
|
||||||
"react/no-array-index-key": "off",
|
"react/no-array-index-key": "off",
|
||||||
"react/no-did-update-set-state": "off"
|
"react/no-did-update-set-state": "off"
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"react": {
|
||||||
|
"version": "16.3"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue