eslint and prettier setup

This commit is contained in:
Sanidhya Kumar Verma
2024-08-29 07:12:44 +00:00
committed by GitHub
parent 07ab94fa4e
commit 170520244c
5 changed files with 25 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
module.exports = {
extends: ["expo", "prettier"],
plugins: ["prettier"],
rules: {
"prettier/prettier": "error",
},
};