mirror of
https://github.com/haskell/ghcide.git
synced 2024-11-30 01:22:34 +03:00
d6c55d6749
* Initial commit of bare bones haskell extension * Removed dummy tests * Added highlighting extension as dependency * Added copyright header
16 lines
248 B
JSON
16 lines
248 B
JSON
{
|
|
"rules": {
|
|
"no-string-throw": true,
|
|
"no-unused-expression": true,
|
|
"no-duplicate-variable": true,
|
|
"curly": true,
|
|
"class-name": true,
|
|
"semicolon": [
|
|
true,
|
|
"always"
|
|
],
|
|
"triple-equals": true
|
|
},
|
|
"defaultSeverity": "warning"
|
|
}
|