Skip to content

Commit

Permalink
update URL of ESLint to https (#927)
Browse files Browse the repository at this point in the history
* Update vue-loader link (#886)

* Merge some small fixes (#900)

* Remove unused fs require from webpack.base.conf.js (#893)

* cleanup some leftover from reverting #688

* update URL of ESLint to https

* fix missing comma from conflict resolution
  • Loading branch information
gucong3000 authored and LinusBorg committed Sep 30, 2017
1 parent 8150b73 commit 8ac9bb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/linter.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Linter Configuration

This boilerplate uses [ESLint](http://eslint.org/) as the linter, and uses the [Standard](https://github.com/feross/standard/blob/master/RULES.md) preset with some small customizations.
This boilerplate uses [ESLint](https://eslint.org/) as the linter, and uses the [Standard](https://github.com/feross/standard/blob/master/RULES.md) preset with some small customizations.

If you are not happy with the default linting rules, you have several options:

Expand All @@ -13,4 +13,4 @@ If you are not happy with the default linting rules, you have several options:

2. Pick a different ESLint preset when generating the project, for example [eslint-config-airbnb](https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb).

3. Pick "none" for ESLint preset when generating the project and define your own rules. See [ESLint documentation](http://eslint.org/docs/rules/) for more details.
3. Pick "none" for ESLint preset when generating the project and define your own rules. See [ESLint documentation](https://eslint.org/docs/rules/) for more details.
2 changes: 1 addition & 1 deletion template/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// http://eslint.org/docs/user-guide/configuring
// https://eslint.org/docs/user-guide/configuring

module.exports = {
root: true,
Expand Down

0 comments on commit 8ac9bb9

Please sign in to comment.