Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Commit

Permalink
build: replace prettier with eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenmartius committed Mar 4, 2021
1 parent 52d829c commit e7b7d73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soerenmartius/vue3-clipboard",
"version": "0.1.1",
"version": "0.1.2",
"description": "A Vue 3 binding for clipboard.js",
"main": "dist/vue3-clipboard.cjs.js",
"browser": "dist/vue3-clipboard.esm.js",
Expand All @@ -22,8 +22,8 @@
"demo:build": "vite build",
"release": "bash scripts/release.sh",
"build:dts": "api-extractor run --local --verbose",
"lint": "prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"",
"lint:fix": "yarn run lint --write",
"lint": "eslint './{src,tests,examples}/**/*.{js,ts,tsx,vue,md}'",
"lint:fix": "yarn run lint --fix",
"test:types": "tsc --build tsconfig.json"
},
"repository": {
Expand Down

0 comments on commit e7b7d73

Please sign in to comment.