Skip to content

Commit

Permalink
feat: reexport configs for standard & @typescript-eslint
Browse files Browse the repository at this point in the history
in order to be used in combination with these two configurations.
  • Loading branch information
sodatea committed Nov 17, 2019
1 parent 17c6edc commit 939f722
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions @typescript-eslint.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('eslint-config-prettier/@typescript-eslint')
1 change: 1 addition & 0 deletions standard.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('eslint-config-prettier/standard')

0 comments on commit 939f722

Please sign in to comment.