Skip to content

Commit

Permalink
Drop support for happiness
Browse files Browse the repository at this point in the history
happiness hasn’t been maintained for the last five years.
  • Loading branch information
sonicdoe committed Aug 6, 2022
1 parent 0007937 commit 97b7153
Show file tree
Hide file tree
Showing 5 changed files with 89 additions and 2,558 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ Default global style when none is installed locally. Choose between:

- [JavaScript Standard Style (`standard`)](https://standardjs.com)
- [JavaScript Semi-Standard Style (`semistandard`)](https://github.com/Flet/semistandard)
- [JavaScript Happiness Style (`happiness`)](https://github.com/JedWatson/happiness)

### Only lint if installed locally

Expand Down
1 change: 0 additions & 1 deletion lib/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export const config = {
enum: [
{ value: 'standard', description: 'JavaScript Standard Style (standard)' },
{ value: 'semistandard', description: 'JavaScript Semi-Standard Style (semistandard)' },
{ value: 'happiness', description: 'JavaScript Happiness Style (happiness)' }
],
order: 1
},
Expand Down
1 change: 0 additions & 1 deletion lib/utils/style-settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ var fs = require('fs')
var styleOptions = [
'standard',
'semistandard',
'happiness'
]

function checkStyleSettings (filePath, textEditor) {
Expand Down
Loading

0 comments on commit 97b7153

Please sign in to comment.