fix: extends order

This commit is contained in:
Anthony Fu
2019-07-18 04:43:03 +08:00
parent e6e7a00698
commit 0b40222ae9
2 changed files with 2 additions and 2 deletions

View File

@@ -4,8 +4,8 @@ module.exports = {
],
parser: '@typescript-eslint/parser',
extends: [
'@antfu/eslint-config',
'plugin:@typescript-eslint/recommended',
'@antfu/eslint-config',
],
rules: {
// TS