Skip to content

Commit

Permalink
Switch Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ponychicken committed May 21, 2020
1 parent 795f17b commit 42a623d
Show file tree
Hide file tree
Showing 5 changed files with 718 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -10,7 +10,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: hallee/eslint-action@1.0.2
- uses: actions/setup-node@v1
- run: npm install
- uses: goto-bus-stop/standard-action@v1
with:
annotate: true
linter: semistandard
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
build:
Expand Down
2 changes: 2 additions & 0 deletions codeTables.js
@@ -1,3 +1,5 @@
/* eslint-disable key-spacing */

module.exports.entities = {
pound: '£',
frac23: '⅔',
Expand Down
3 changes: 3 additions & 0 deletions index.js
@@ -1,3 +1,6 @@
/* eslint-disable key-spacing */
/* eslint-disable no-prototype-builtins */

var cheerio = require('cheerio');
var dir = require('node-dir');
var fs = require('fs');
Expand Down

0 comments on commit 42a623d

Please sign in to comment.