mantine-template/.eslintrc.js

10 lines
157 B
JavaScript

module.exports = {
extends: ['mantine'],
parserOptions: {
project: './tsconfig.json',
},
rules: {
'react/react-in-jsx-scope': 'off',
},
};