Skip to content

Commit

Permalink
configs cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Puzrin committed Sep 10, 2020
1 parent c672b67 commit a61960a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 30 deletions.
8 changes: 0 additions & 8 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
env:
node: true

plugins:
- nodeca

rules:
block-scoped-var: 2
brace-style: [ 2, '1tbs', { allowSingleLine: true } ]
Expand Down Expand Up @@ -110,8 +107,3 @@ rules:
use-isnan: 2
yoda: 2
valid-typeof: 2

#
# Our custom rules
#
nodeca/indent: [ 2, spaces, 2 ]
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.nyc_output
node_modules/
coverage/
*.log
6 changes: 0 additions & 6 deletions .npmignore

This file was deleted.

31 changes: 15 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,28 @@
"markdown",
"definition list"
],
"homepage": "https://github.com/markdown-it/markdown-it-deflist",
"repository": {
"type": "git",
"url": "git://github.com/markdown-it/markdown-it-deflist.git"
},
"bugs": {
"url": "https://github.com/markdown-it/markdown-it-deflist/issues"
},
"repository": "markdown-it/markdown-it-deflist.git",
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "make test"
"lint": "eslint . --reset",
"test": "npm run lint && nyc mocha",
"coverage": "npm run test && nyc report --reporter=html",
"report-coveralls": "nyc report --reporter=text-lcov | coveralls"
},
"files": [
"index.js",
"lib/",
"dist/"
],
"devDependencies": {
"browserify": "*",
"coveralls": "^2.11.2",
"browserify": "^16.5.2",
"coveralls": "^3.1.0",
"eslint": "0.10.2",
"eslint-plugin-nodeca": "^1.0.0",
"istanbul": "*",
"lodash": "*",
"lodash": "^4.17.20",
"markdown-it": "markdown-it/markdown-it",
"markdown-it-testgen": "~0.1.0",
"mocha": "*",
"mocha": "^8.1.3",
"nyc": "^15.1.0",
"uglify-js": "^2.7.3"
}
}

0 comments on commit a61960a

Please sign in to comment.