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
-7
View File
@@ -31,13 +31,6 @@
"pre-commit": "tsdx lint"
}
},
"prettier": {
"endOfLine": "lf",
"semi": false,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5"
},
"name": "medusa-react",
"author": "Zakaria S. El Asri",
"module": "dist/medusa-react.esm.js",