Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan committed Oct 22, 2021
1 parent 93764f6 commit 08cb24b
Show file tree
Hide file tree
Showing 4 changed files with 477 additions and 367 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"ava": "2.1.0",
"braces": "2.3.1",
"cheerio": "1.0.0-rc.3",
"eslint": "7.24.0",
"eslint-plugin-github": "4.1.3",
"eslint": "8.0.1",
"eslint-plugin-github": "4.3.2",
"eslint-plugin-prettier": "4.0.0",
"execa": "4.0.0",
"fs-extra": "7.0.1",
Expand All @@ -46,7 +46,8 @@
"requireConfigFile": false
},
"rules": {
"github/no-then": 0
"github/no-then": 0,
"eslint-comments/no-use": 0
}
}
}
2 changes: 1 addition & 1 deletion tests/build.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-env node */
/* eslint-disable import/no-commonjs */
const path = require('path')
const test = require('ava')
const execa = require('execa')
Expand Down
3 changes: 3 additions & 0 deletions tests/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* eslint-disable import/no-commonjs */
/* eslint-disable i18n-text/no-en */

const test = require('ava')
const fs = require('fs-extra')
const globby = require('globby')
Expand Down
Loading

0 comments on commit 08cb24b

Please sign in to comment.