TP-17651 | Lint Fixes

This commit is contained in:
yashmantri
2023-05-09 15:55:24 +05:30
parent 9b9a1069e8
commit c1e1fc2a9f
16 changed files with 314 additions and 42 deletions

View File

@@ -6,9 +6,9 @@ module.exports = {
hot: true,
host: '0.0.0.0',
historyApiFallback: true,
port: 3000
port: 3000,
},
watchOptions: {
ignored: /node_modules/
}
ignored: /node_modules/,
},
};