-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.1.2 disable multiline-ternary & tweak no-extra-parens
- Loading branch information
1 parent
2177aae
commit fc536c7
Showing
5 changed files
with
10 additions
and
19 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,6 +1,6 @@ | ||
{ | ||
"name": "@mapcreator/eslint-config", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Mapcreator eslint configs", | ||
"main": "index.js", | ||
"repository": "[email protected]:MapcreatorIO/eslint-config.git", | ||
|
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,32 +1,20 @@ | ||
# MapCreator eslint config | ||
# Mapcreator eslint config | ||
|
||
This repo contains the eslint configs used at MapCreator. | ||
This repo contains the eslint configs used at Mapcreator. | ||
|
||
## Available configs | ||
|
||
- es6 | ||
- vue | ||
- promise | ||
- node | ||
|
||
All configs are combined for vue projects in the root. | ||
|
||
## Usage | ||
|
||
For projects using vue | ||
|
||
```js | ||
module.exports = { | ||
extends: '@mapcreator', | ||
}; | ||
``` | ||
|
||
For projects using vue-cli 3 | ||
|
||
```js | ||
module.exports = { | ||
extends: [ | ||
'plugin:vue/base', | ||
'@mapcreator', | ||
], | ||
}; | ||
``` |
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
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