feat: remove linting packages
This commit is contained in:
parent
1d172811ef
commit
614bf0e814
4 changed files with 1 additions and 107 deletions
|
@ -9,7 +9,6 @@
|
|||
"scripts": {
|
||||
"debug": "DEBUG=Eleventy* eleventy --serve --watch",
|
||||
"start": "eleventy --serve --watch --quiet",
|
||||
"lint": "eslint src/ config/",
|
||||
"build": "eleventy"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -23,9 +22,6 @@
|
|||
"dayjs": "^1.11.10",
|
||||
"dotenv": "^16.4.5",
|
||||
"eleventy-plugin-no-robots": "^1.0.1",
|
||||
"eslint": "8.56.0",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"eslint-plugin-prettier": "5.1.3",
|
||||
"html-minifier-terser": "^7.2.0",
|
||||
"markdown-it": "^14.0.0",
|
||||
"markdown-it-abbr": "^2.0.0",
|
||||
|
@ -36,8 +32,7 @@
|
|||
"pluralize": "^8.0.0",
|
||||
"postcss": "^8.4.33",
|
||||
"postcss-import": "^16.0.0",
|
||||
"postcss-import-ext-glob": "^2.1.1",
|
||||
"prettier": "3.2.4"
|
||||
"postcss-import-ext-glob": "^2.1.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@11ty/eleventy-upgrade-help": "^3.0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue