This commit is contained in:
ajaythapliyal
2023-02-17 01:17:43 +05:30
parent 85b2f54829
commit 1b6a58520c
9 changed files with 301 additions and 6267 deletions

View File

@@ -19,6 +19,12 @@ module.exports = {
plugins: ['react'],
rules: {
'react/react-in-jsx-scope': 'off',
'prettier/prettier': [
'error',
{
endOfLine: 'auto',
},
],
},
settings: {
'import/parsers': {
@@ -34,10 +40,4 @@ module.exports = {
},
},
},
'prettier/prettier': [
'error',
{
endOfLine: 'auto',
},
],
}
};