summaryrefslogtreecommitdiff
path: root/.eslintrc
Commit message (Expand)AuthorAgeFilesLines
* Consistently use "first" indentationPierre Ossman2022-12-271-0/+3
* Merge branch 'appleremotedesktop' of https://github.com/pauldumais/noVNCPierre Ossman2022-04-051-1/+1
|\
| * Added support for Apple Remote Desktop authenticationPaul Dumais2022-04-041-2/+4
* | Added support for RSA-AES Unencrypted Security Typepdlan2022-03-081-2/+3
|/
* Add lint rule for function declaration indentationSamuel Mannehed2020-06-121-0/+1
* Add camelCase rule to eslintSamuel Mannehed2020-05-311-0/+1
* Enforce switch colon spacingPierre Ossman2018-09-061-0/+1
* Enforce space after function namePierre Ossman2018-09-061-0/+3
* Enforce space before code blockPierre Ossman2018-09-061-0/+1
* Enforce explicit semi-colonsPierre Ossman2018-09-061-0/+1
* Enforce curly braces for control statementsPierre Ossman2018-09-061-0/+1
* Enforce no trailing whitespacePierre Ossman2018-09-061-0/+1
* Enforce keyword spacingPierre Ossman2018-09-061-0/+1
* Enforce object key spacingPierre Ossman2018-09-061-0/+1
* Enforce function declaration stylePierre Ossman2018-09-061-0/+1
* Enforce function namesPierre Ossman2018-09-061-0/+1
* Enforce function call spacingPierre Ossman2018-09-061-0/+1
* Enforce comma stylePierre Ossman2018-09-061-0/+1
* Enforce comma spacingPierre Ossman2018-09-061-0/+1
* Enforce indentationPierre Ossman2018-09-061-0/+5
* Enforce brace stylePierre Ossman2018-09-061-0/+6
* Use fat arrow functions `const foo = () => { ... };` for callbacksJuanjo Diaz2018-07-121-0/+5
* Use ES6 classesJuanjo Diaz2018-07-121-13/+15
* Prefer const/let over varJuanjo Diaz2018-05-241-1/+2
* Add eslint and fix reported issuesJuanjo Diaz2018-05-241-0/+14