mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
adds explicit react version (#4285)
This commit is contained in:
parent
268e0282a1
commit
bd11157d13
@ -10,6 +10,11 @@ const {
|
||||
|
||||
/** @type { import('eslint').Linter.Config } */
|
||||
module.exports = {
|
||||
settings: {
|
||||
react: {
|
||||
version: '16.8', // note: remember to always keep this in sync with `"react": "^16.8.3",` which is present in any package.json of a project using React.
|
||||
},
|
||||
},
|
||||
parser: '@typescript-eslint/parser',
|
||||
parserOptions: {
|
||||
project: [
|
||||
|
Loading…
Reference in New Issue
Block a user