Skip to content

Commit

Permalink
chore: refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
test123456789012345 committed Jun 15, 2020
1 parent 585a3ff commit c1da06a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ const runTest = config => () => {
sourceType: 'module',
ecmaVersion: 2015,
},
plugins: ['import-alias'],
rules: {
'import-alias/prefer-alias': 1,
},
extends: ['plugin:import-alias/recommended'],
},
})
const result = await linter.lintText(config.code, {
Expand Down

0 comments on commit c1da06a

Please sign in to comment.