Skip to content

Commit 939f722

Browse files
committed
feat: reexport configs for standard & @typescript-eslint
in order to be used in combination with these two configurations.
1 parent 17c6edc commit 939f722

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

@typescript-eslint.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = require('eslint-config-prettier/@typescript-eslint')

standard.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = require('eslint-config-prettier/standard')

0 commit comments

Comments
 (0)