Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
Add a gitignore symlink for editors
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Jun 4, 2015
1 parent 1a18d96 commit 87663dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintignore
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
},
"scripts": {
"standalone": "browserify --standalone cssnext index.js -o dist/cssnext.js",
"#lint": "even if there is a .eslintignore symlink, we use an explicit command because windows don't like unix symlink",
"lint": "eslint --ignore-path .gitignore .",
"tape": "tape test/*.js",
"test": "npm run lint && npm run standalone && npm run tape",
Expand Down

0 comments on commit 87663dd

Please sign in to comment.