remove linting

This commit is contained in:
Narongpol Kijrangsan 2025-02-28 23:11:16 -05:00
parent 1e4ed25241
commit ca7327d5af
3 changed files with 0 additions and 32 deletions

View file

@ -1,21 +0,0 @@
module.exports = {
env: {
browser: true,
es6: true,
node: true
},
extends: "react-app",
globals: {
Atomics: "readonly",
SharedArrayBuffer: "readonly",
__PATH_PREFIX__: true
},
parserOptions: {
ecmaFeatures: {
jsx: true
},
ecmaVersion: 2018,
sourceType: "module"
},
plugins: ["react"]
};

View file

@ -1,5 +0,0 @@
.cache
package.json
package-lock.json
public
.vscode/

View file

@ -1,6 +0,0 @@
{
"endOfLine": "lf",
"semi": true,
"singleQuote": false,
"tabWidth": 2
}