Skip to content

Commit

Permalink
presttier setup
Browse files Browse the repository at this point in the history
  • Loading branch information
gokuljs committed Nov 30, 2023
1 parent b14ebe0 commit 3a78552
Show file tree
Hide file tree
Showing 41 changed files with 1,644 additions and 1,373 deletions.
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
build
dist
8 changes: 8 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"printWidth": 150,
"endOfLine": "lf"
}
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"@babel/core": "^7.22.1",
"@ts-stack/markdown": "^1.4.0",
"lodash": "^4.17.21",
"prettier": "^3.1.0",
"socket.io-client": "^4.6.2",
"solid-element": "1.7.0",
"solid-js": "1.7.1"
Expand All @@ -29,16 +30,16 @@
"@rollup/plugin-typescript": "11.0.0",
"@types/lodash": "^4.14.195",
"@types/node": "18.15.11",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"@types/uuid": "^8.3.4",
"autoprefixer": "10.4.14",
"babel-plugin-lodash": "^3.3.4",
"babel-preset-solid": "1.7.1",
"eslint": "^8.24.0",
"eslint-config-next": "13.2.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-solid": "0.12.0",
"postcss": "8.4.21",
Expand Down
Loading

0 comments on commit 3a78552

Please sign in to comment.