From 3937d564a894971adacda07ced6fc6902b7fb17e Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Sun, 10 Apr 2022 20:54:40 +0200 Subject: [PATCH] fix: lint scripts --- docs/package.json | 2 +- examples/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/package.json b/docs/package.json index 05fce960..ec19eac3 100644 --- a/docs/package.json +++ b/docs/package.json @@ -7,7 +7,7 @@ "scripts": { "dev": "vuepress dev src", "build": "vuepress build src", - "lint": "eslint --ext \".ts,.tsx\" -c .eslintrc.js --fix ./dist" + "lint": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path .gitignore ." }, "dependencies": { "@braks/vue-flow": "^0.4.2-3", diff --git a/examples/package.json b/examples/package.json index 781d4455..c74c6467 100644 --- a/examples/package.json +++ b/examples/package.json @@ -8,7 +8,7 @@ "dev": "vite", "build": "vite build", "serve": "vite serve", - "lint": "eslint --ext \".ts,.tsx\" -c .eslintrc.js --fix ./dist" + "lint": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path .gitignore ." }, "dependencies": { "@braks/vue-flow": "^0.4.2-3"