Skip to content

Commit

Permalink
chore: ignore lint on generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebulis committed Oct 16, 2020
1 parent 99d11e6 commit b25ac02
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
node_modules
coverage
dist
src/__generated__
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
/src/__generated__
/node_modules
/dist
/coverage
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"lint": "eslint . --ext .ts --max-warnings 0",
"lint:fix": "npm run lint -- --fix",
"publish:schema": "scripts/publish-schema.sh && cp _redirects ./public",
"postinstall": "node scripts/post-install"
"postinstall": "node scripts/post-install",
"semantic-release": "semantic-release"
},
"devDependencies": {
"@commitlint/cli": "8.3.3",
Expand All @@ -34,7 +35,7 @@
"mkdirp": "^1.0.4",
"prettier": "^1.19.1",
"quicktype": "^15.0.207",
"semantic-release": "^15.13.31",
"semantic-release": "^17.2.1",
"ts-jest": "^24.1.0",
"ts-node": "^8.5.2",
"typescript": "^3.9.7"
Expand All @@ -45,7 +46,7 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/Open-Attestation/schemata.git"
"url": "https://github.com/Open-Attestation/schemata.git"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit b25ac02

Please sign in to comment.