Skip to content

Commit

Permalink
Drop support for uber-standard
Browse files Browse the repository at this point in the history
uber-standard is no longer maintained since about two years.
  • Loading branch information
sonicdoe committed Dec 18, 2017
1 parent f553b49 commit eea8bfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions lib/utils/style-settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ var styleOptions = [
'standard',
'semistandard',
'standard-flow',
'happiness',
'uber-standard'
'happiness'
]

function checkStyleSettings (filePath, textEditor) {
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
"q": "^1.4.1",
"semistandard": "^11.0.0",
"standard": "^10.0.2",
"standard-flow": "^1.0.0",
"uber-standard": "^5.1.0"
"standard-flow": "^1.0.0"
},
"standard": {
"globals": [
Expand Down

0 comments on commit eea8bfe

Please sign in to comment.