This commit is contained in:
mihaisc 2020-07-14 15:51:42 +03:00
parent 78270c6f74
commit 05674894f5
2 changed files with 8 additions and 1 deletions

7
.eslintignore Normal file
View File

@ -0,0 +1,7 @@
node_modules
dist
.DS_Store
.env
.gitignore
coverage
example

View File

@ -9,7 +9,7 @@
"start-example": "cd example && npm start",
"build": "tsc",
"test": "npm run lint",
"lint": "eslint --ignore-path .gitignore --ext .js --ext .ts --ext .tsx .",
"lint": "eslint --ignore-path .eslintignore --ext .js --ext .ts --ext .tsx .",
"format": "prettier --ignore-path .gitignore './**/*.{css,yml,js,ts,tsx,json}' --write",
"release": "release-it --non-interactive",
"changelog": "auto-changelog -p",