Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Nov 6, 2021
1 parent 2951d8a commit b7febac
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .eslintrc

This file was deleted.

9 changes: 9 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root: true
extends:
- standard
- plugin:markdown/recommended
plugins:
- markdown
overrides:
- files: '**/*.md'
processor: 'markdown/markdown'
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ $ npm install serve-static

## API

<!-- eslint-disable no-unused-vars -->

```js
var serveStatic = require('serve-static')
```
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"eslint": "6.8.0",
"eslint-config-standard": "13.0.1",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-markdown": "1.0.0",
"eslint-plugin-markdown": "2.2.1",
"eslint-plugin-node": "9.2.0",
"eslint-plugin-promise": "4.3.1",
"eslint-plugin-standard": "4.0.0",
Expand All @@ -33,7 +33,7 @@
"node": ">= 0.8.0"
},
"scripts": {
"lint": "eslint --plugin markdown --ext js,md .",
"lint": "eslint .",
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
Expand Down

0 comments on commit b7febac

Please sign in to comment.