Skip to content

Commit

Permalink
add *-typescript configs
Browse files Browse the repository at this point in the history
  • Loading branch information
andreineculau committed Feb 4, 2022
1 parent 9ac4b00 commit 8bbf04a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ CONFIGS += \
jasmine \
jest \
jsdoc \
jsdoc-typescript \
lodash \
lodash-typescript \
mocha \
no-null \
proper-arrows \
Expand Down
7 changes: 7 additions & 0 deletions configs/jsdoc-typescript.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
root: true,
extends: [
'plugin:y/jsdoc',
'plugin:y/jsdoc-typescript'
]
};
7 changes: 7 additions & 0 deletions configs/lodash-typescript.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
root: true,
extends: [
'plugin:y/lodash',
'plugin:y/lodash-typescript'
]
};
Empty file.
Empty file.

0 comments on commit 8bbf04a

Please sign in to comment.