mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-16 20:43:48 +00:00
Added react version to eslint settings
This commit is contained in:
@@ -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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user