-
-
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.
Sync documentation with eslint-config-standard
- Loading branch information
Showing
4 changed files
with
48 additions
and
100 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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<!-- | ||
Proposing a new rule or a rule change? Please open an issue here first: | ||
https://github.com/standard/standard/issues | ||
If the rule has been accepted and you want to send a PR, please send it | ||
to: https://github.com/standard/standard. Add the rule to the | ||
'eslintrc.json' file, in the "rules" field. This is where rules live | ||
until a new major version of standard is released, at which point all | ||
new rules and rule changes are moved into eslint-config-standard. | ||
--> |
This file was deleted.
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
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": "eslint-config-semistandard", | ||
"description": "eslint sharable config for semistandard", | ||
"description": "JavaScript Semistandard Style - ESLint Shareable Config", | ||
"version": "15.0.1", | ||
"author": "Dan Flettre <[email protected]>", | ||
"bugs": { | ||
|
@@ -17,30 +17,31 @@ | |
}, | ||
"homepage": "https://github.com/standard/eslint-config-semistandard", | ||
"keywords": [ | ||
"semistandard", | ||
"style checker", | ||
"code style", | ||
"JavaScript Standard Style", | ||
"check", | ||
"checker", | ||
"code", | ||
"code checker", | ||
"code linter", | ||
"style linter", | ||
"simple", | ||
"policy", | ||
"style", | ||
"code", | ||
"lint", | ||
"code standards", | ||
"code style", | ||
"enforce", | ||
"eslint", | ||
"jshint", | ||
"jscs", | ||
"eslintconfig", | ||
"hint", | ||
"enforce", | ||
"check", | ||
"verify", | ||
"jscs", | ||
"jshint", | ||
"lint", | ||
"policy", | ||
"quality", | ||
"checker", | ||
"code standards", | ||
"JavaScript Semistandard Style", | ||
"semistandard style", | ||
"eslintconfig" | ||
"simple", | ||
"semistandard", | ||
"standard", | ||
"standard style", | ||
"style", | ||
"style checker", | ||
"style linter", | ||
"verify" | ||
], | ||
"license": "ISC", | ||
"main": "index.js", | ||
|