Skip to content

Commit

Permalink
refactor: to use @scaleleap/utils
Browse files Browse the repository at this point in the history
  • Loading branch information
moltar authored and Roman committed Apr 29, 2020
1 parent 264f723 commit 0776b5d
Show file tree
Hide file tree
Showing 19 changed files with 3,311 additions and 1,101 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 0776b5d

Please sign in to comment.