chore: Centralise ESLint rules (#2162)

* chore: centrilize eslint rules
This commit is contained in:
Carlos R. L. Rodrigues
2022-09-13 07:42:33 -03:00
committed by GitHub
parent 612a548875
commit a94d9816fe
42 changed files with 527 additions and 702 deletions
+1 -3
View File
@@ -19,10 +19,8 @@
"@babel/preset-typescript": "^7.15.0",
"babel-preset-medusa-package": "^1.1.19",
"cross-env": "^5.2.1",
"eslint": "^6.8.0",
"jest": "^25.5.2",
"nodemon": "^2.0.1",
"prettier": "^1.19.1"
"nodemon": "^2.0.1"
},
"scripts": {
"start": "nodemon --watch plugins/ --watch src/ --exec babel-node src/app.js",