Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Sep 28, 2019
1 parent 5a2b25d commit 4a599d9
Show file tree
Hide file tree
Showing 7 changed files with 240 additions and 192 deletions.
6 changes: 4 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// https://eslint.org/docs/user-guide/configuring

module.exports = {
root: true,
parser: '@typescript-eslint/parser',
parserOptions: {
ecmaVersion: 6,
sourceType: 'module',
Expand All @@ -15,10 +17,10 @@ module.exports = {
node: true
},
plugins: [
'import'
'@typescript-eslint'
],
extends: [
'plugin:import/errors',
'prettier/@typescript-eslint',
'standard'
],
rules: {
Expand Down
Loading

0 comments on commit 4a599d9

Please sign in to comment.