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

Commit

Permalink
chore: uses @scaleleap/utils
Browse files Browse the repository at this point in the history
  • Loading branch information
moltar authored and Roman committed Jul 6, 2020
1 parent 3e3c90e commit 980c149
Show file tree
Hide file tree
Showing 14 changed files with 3,949 additions and 287 deletions.
3 changes: 3 additions & 0 deletions .cz.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "./node_modules/@scaleleap/utils/commitizen"
}
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('@scaleleap/utils/eslint')
1 change: 1 addition & 0 deletions .huskyrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('@scaleleap/utils/husky')(__dirname)
4 changes: 4 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "./node_modules/markdownlint/schema/markdownlint-config-schema.json",
"extends": "./node_modules/@scaleleap/utils/markdownlint/markdownlint.json"
}
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('@scaleleap/utils/commitlint')
1 change: 1 addition & 0 deletions lint-staged.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('@scaleleap/utils/lint-staged')
Loading

0 comments on commit 980c149

Please sign in to comment.