Skip to content

Commit 8ac9bb9

Browse files
gucong3000LinusBorg
authored andcommitted
update URL of ESLint to https (#927)
* 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
1 parent 8150b73 commit 8ac9bb9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/linter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Linter Configuration
22

3-
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.
3+
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.
44

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

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

1414
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).
1515

16-
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.
16+
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.

template/.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// http://eslint.org/docs/user-guide/configuring
1+
// https://eslint.org/docs/user-guide/configuring
22

33
module.exports = {
44
root: true,

0 commit comments

Comments
 (0)