Added ESLint support

This commit is contained in:
Dustin Brett
2021-01-02 23:30:32 -08:00
parent 1d9460eaf9
commit d24a099d12
7 changed files with 1845 additions and 8 deletions

View File

@@ -1,3 +1,3 @@
module.exports = {
reactStrictMode: true
};
module.exports = {
reactStrictMode: true
};