-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: Run Travis-CI to test rule changes * chore: npm upgrade for first-heading-level warning * chore: Add Travis-CI badge Minor readme formatting
- Loading branch information
Showing
6 changed files
with
1,347 additions
and
171 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,3 +35,6 @@ jspm_packages | |
|
||
# Optional REPL history | ||
.node_repl_history | ||
|
||
# Cloned nodejs/node for testing | ||
tmp/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
language: node_js | ||
|
||
node_js: node | ||
|
||
before_script: git clone https://github.com/nodejs/node.git tmp | ||
|
||
script: npm run travis |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,17 @@ | ||
# remark-preset-lint-node | ||
|
||
[![Build Status](https://travis-ci.com/nodejs/remark-preset-lint-node.svg?branch=master)](https://travis-ci.com/nodejs/remark-preset-lint-node) | ||
|
||
remark preset to configure remark-lint with settings for nodejs/node | ||
|
||
## Install | ||
|
||
```console | ||
$ npm install remark-preset-lint-node | ||
npm install remark-preset-lint-node | ||
``` | ||
|
||
## Test | ||
|
||
```console | ||
$ npm test | ||
npm test | ||
``` |
Oops, something went wrong.