This commit is contained in:
Nathan Bierema 2020-05-21 23:42:29 -05:00
parent 788191e6ce
commit aec2074d45
2 changed files with 16 additions and 1 deletions

View File

@ -0,0 +1,13 @@
module.exports = {
extends: '../../../.eslintrc',
overrides: [
{
files: ['*.ts', '*.tsx'],
extends: '../../../eslintrc.ts.react.base.json',
parserOptions: {
tsconfigRootDir: __dirname,
project: ['./tsconfig.json']
}
}
]
};

View File

@ -77,7 +77,9 @@ const data = {
}
},
baz: undefined,
func: function User() {}
func: function User() {
// noop
}
},
emptyObject: {},
symbol: Symbol('value'),