Skip to content

Commit

Permalink
Merge pull request #20 from tomap/specifyFiles
Browse files Browse the repository at this point in the history
chore: specify files in package.json
  • Loading branch information
curbengh committed Aug 21, 2019
2 parents 91b9bdf + bd65119 commit 2c2a4b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
extends: ['eslint:recommended', 'plugin:node/recommended'],
plugins: ['node'],
rules: {
// override recomennded
// override recommended
'no-console': 'off',
'no-empty': ['error', { allowEmptyCatch: true }],
'no-unused-vars': ['error', { args: 'none' }],
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"eslint-config"
],
"main": "eslint.js",
"files": [
"eslint.js"
],
"author": "Tommy Chen <tommy351@gmail.com> (http://zespia.tw)",
"maintainers": [
"Abner Chou <hi@abnerchou.me> (http://abnerchou.me)"
Expand Down

0 comments on commit 2c2a4b9

Please sign in to comment.