mirror of
https://github.com/uetchy/namae.git
synced 2025-03-17 20:40:32 +09:00
10 lines
180 B
JavaScript
10 lines
180 B
JavaScript
|
module.exports = {
|
||
|
parserOptions: {
|
||
|
project: './tsconfig.json',
|
||
|
},
|
||
|
rules: {
|
||
|
'react/prop-types': 0,
|
||
|
'@typescript-eslint/explicit-function-return-type': 0,
|
||
|
},
|
||
|
};
|