From 939f722cc34d4167afa8fda6b2445ba91a6073fe Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Sun, 17 Nov 2019 23:44:53 +0800 Subject: [PATCH] feat: reexport configs for standard & @typescript-eslint in order to be used in combination with these two configurations. --- @typescript-eslint.js | 1 + standard.js | 1 + 2 files changed, 2 insertions(+) create mode 100644 @typescript-eslint.js create mode 100644 standard.js diff --git a/@typescript-eslint.js b/@typescript-eslint.js new file mode 100644 index 0000000..591d4b3 --- /dev/null +++ b/@typescript-eslint.js @@ -0,0 +1 @@ +module.exports = require('eslint-config-prettier/@typescript-eslint') diff --git a/standard.js b/standard.js new file mode 100644 index 0000000..f324e80 --- /dev/null +++ b/standard.js @@ -0,0 +1 @@ +module.exports = require('eslint-config-prettier/standard')