Skip to content

Commit

Permalink
Fix xo
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jan 24, 2020
1 parent b6283b2 commit 428737c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@
"xo": {
"prettier": true,
"esnext": false,
"rules": {
"ava/no-import-test-files": "off"
},
"ignores": [
"alex.js"
]
Expand Down
4 changes: 2 additions & 2 deletions test/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict'

/* eslint-disable import/no-unassigned-import, ava/no-import-test-files */
/* eslint-disable import/no-unassigned-import */
require('./api')
require('./cli')
/* eslint-enable import/no-unassigned-import, ava/no-import-test-files */
/* eslint-enable import/no-unassigned-import */

0 comments on commit 428737c

Please sign in to comment.