From 1c37f103467919365271994abe6329288e606f25 Mon Sep 17 00:00:00 2001 From: KieranRobson Date: Sat, 14 Jan 2023 09:12:42 +0000 Subject: [PATCH] Stop breaking the damn lint --- package.json | 72 ++++++++++++++++++++++++++-------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/package.json b/package.json index 7a431f4..ca5d662 100644 --- a/package.json +++ b/package.json @@ -1,38 +1,38 @@ { - "name": "hullcss", - "version": "3.0.0", - "description": "", - "main": "src/index.js", - "scripts": { - "spell": "cspell /**/", - "spell:code": "cspell src/**/", - "lint": "npx eslint src", - "lint:fix": "yarn run lint -- --fix", - "lint:language": "alex src/**/", - "lint-ci": "eslint . && prettier -c \"**/*.{md,json,yml,yaml}\"", - "prettier:code": "npx prettier src --check", - "prettier:code:fix": "yarn run prettier -- --write", - "prettier:all:fix": "prettier . --write", - "format": "yarn run prettier:all:fix && yarn run lint:fix" - }, - "keywords": [], - "author": "", - "license": "ISC", - "dependencies": { - "@discordjs/builders": "^1.4.0", - "discord-api-types": "^0.37.28", - "discord.js": "^13.12.0", - "dotenv": "^16.0.3", - "glob": "^7.2.3", - "json-to-frontmatter-markdown": "^1.0.0" - }, - "devDependencies": { - "alex": "^11.0.0", - "cspell": "^6.18.1", - "eslint": "^8.31.0", - "eslint-config-prettier": "^8.6.0", - "eslint-plugin-import": "^2.27.4", - "eslint-plugin-prettier": "^4.2.1", - "prettier": "^2.8.3" - } + "name": "hullcss", + "version": "3.0.0", + "description": "", + "main": "src/index.js", + "scripts": { + "spell": "cspell /**/", + "spell:code": "cspell src/**/", + "lint": "npx eslint src", + "lint:fix": "yarn run lint -- --fix", + "lint:language": "alex src/**/", + "lint-ci": "eslint . && prettier -c \"**/*.{md,json,yml,yaml}\"", + "prettier:code": "npx prettier src --check", + "prettier:code:fix": "yarn run prettier -- --write", + "prettier:all:fix": "prettier . --write", + "format": "yarn run prettier:all:fix && yarn run lint:fix" + }, + "keywords": [], + "author": "", + "license": "ISC", + "dependencies": { + "@discordjs/builders": "^1.4.0", + "discord-api-types": "^0.37.28", + "discord.js": "^13.12.0", + "dotenv": "^16.0.3", + "glob": "^7.2.3", + "json-to-frontmatter-markdown": "^1.0.0" + }, + "devDependencies": { + "alex": "^11.0.0", + "cspell": "^6.18.1", + "eslint": "^8.31.0", + "eslint-config-prettier": "^8.6.0", + "eslint-plugin-import": "^2.27.4", + "eslint-plugin-prettier": "^4.2.1", + "prettier": "^2.8.3" + } }