Skip to content

Commit

Permalink
TH-242-1: Harmony > Remove ESLint and Prettier (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
eihabkhan authored Dec 5, 2024
1 parent 5c59634 commit a79ccdc
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 135 deletions.
6 changes: 0 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions themes/harmony/.eslintrc.json

This file was deleted.

95 changes: 0 additions & 95 deletions themes/harmony/.prettierignore

This file was deleted.

11 changes: 0 additions & 11 deletions themes/harmony/.prettierrc

This file was deleted.

12 changes: 0 additions & 12 deletions themes/harmony/.prettierrc.js

This file was deleted.

6 changes: 2 additions & 4 deletions themes/harmony/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"type": "module",
"scripts": {
"sass": "sass ./styles:./.temp --no-source-map --watch",
"postcss": "postcss ./.temp/*.css --dir ./assets",
"watch:postcss": "onchange './.temp/*.css' -- pnpm run postcss",
"postcss": "postcss ./.temp/*.css --dir ./assets",
"watch:postcss": "onchange './.temp/*.css' -- pnpm run postcss",
"fix": "onchange \"**/*.*\" -- prettier --write --ignore-unknown ./**/*.* --plugin-search-dir=. --ignore-path=.prettierignore",
"lint": "onchange \"**/*.*\" -- prettier --check .",
"wind": "npx tailwindcss build -i ./styles/_utils.css -o ./styles/utils.scss",
Expand All @@ -16,15 +16,13 @@
"utilise": "clear && pnpm wind && node eyeliner && pnpm clean && pnpm dev"
},
"devDependencies": {
"@shopify/prettier-plugin-liquid": "^0.4.2",
"child_process": "^1.0.2",
"clean-css-cli": "^5.6.1",
"concurrently": "^7.6.0",
"fs": "0.0.1-security",
"node-watch": "^0.7.3",
"npm-run-all": "^4.1.5",
"onchange": "^7.1.0",
"prettier": "1.12.1",
"sass": "^1.56.1",
"strip-css-comments-cli": "^3.0.0",
"tailwindcss": "^3.2.4"
Expand Down

0 comments on commit a79ccdc

Please sign in to comment.