From 889ba3162d2b50a9410be1cd4421bd4ddcb2ec4b Mon Sep 17 00:00:00 2001 From: martinRenou Date: Thu, 12 Dec 2024 16:09:14 +0100 Subject: [PATCH] Linter --- .gitignore | 1 - lerna.json | 6 +++--- package.json | 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 99b3fd0..eab7f5e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,6 @@ lib/ node_modules/ *.log .eslintcache -.stylelintcache *.egg-info/ .ipynb_checkpoints *.tsbuildinfo diff --git a/lerna.json b/lerna.json index fb9e188..f7ba698 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "independent", - "npmClient": "yarn" + "$schema": "node_modules/lerna/schemas/lerna-schema.json", + "version": "independent", + "npmClient": "yarn" } diff --git a/package.json b/package.json index eb02134..ee1cb54 100644 --- a/package.json +++ b/package.json @@ -27,8 +27,8 @@ "clean": "lerna run clean", "eslint": "jlpm eslint:check --fix", "eslint:check": "eslint . --cache --ext .ts,.tsx", - "lint": "jlpm stylelint && jlpm prettier && jlpm eslint", - "lint:check": "jlpm stylelint:check && jlpm prettier:check && jlpm eslint:check", + "lint": "jlpm prettier && jlpm eslint", + "lint:check": "jlpm prettier:check && jlpm eslint:check", "prettier": "jlpm prettier:base --write --list-different", "prettier:base": "prettier \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"", "prettier:check": "jlpm prettier:base --check",