]> git.proxmox.com Git - mirror_novnc.git/history - .eslintrc
feat: add French localization strings
[mirror_novnc.git] / .eslintrc
2020-09-04 Pierre OssmanMerge branch 'rgbx' of https://github.com/CendioOssman...
2020-06-24 Pierre OssmanMerge branch 'actions' of https://github.com/CendioOssm...
2020-06-12 Samuel MannehedMerge pull request #1414 from CendioOssman/gesture
2020-06-12 Samuel MannehedAdd lint rule for function declaration indentation
2020-06-05 Pierre OssmanMerge branch 'camelcase' of https://github.com/samhed...
2020-05-31 Samuel MannehedAdd camelCase rule to eslint
2018-09-17 Pierre OssmanMerge branch 'style' of https://github.com/CendioOssman...
2018-09-06 Pierre OssmanEnforce switch colon spacing
2018-09-06 Pierre OssmanEnforce space after function name
2018-09-06 Pierre OssmanEnforce space before code block
2018-09-06 Pierre OssmanEnforce explicit semi-colons
2018-09-06 Pierre OssmanEnforce curly braces for control statements
2018-09-06 Pierre OssmanEnforce no trailing whitespace
2018-09-06 Pierre OssmanEnforce keyword spacing
2018-09-06 Pierre OssmanEnforce object key spacing
2018-09-06 Pierre OssmanEnforce function declaration style
2018-09-06 Pierre OssmanEnforce function names
2018-09-06 Pierre OssmanEnforce function call spacing
2018-09-06 Pierre OssmanEnforce comma style
2018-09-06 Pierre OssmanEnforce comma spacing
2018-09-06 Pierre OssmanEnforce indentation
2018-09-06 Pierre OssmanEnforce brace style
2018-07-12 Juanjo DiazUse fat arrow functions `const foo = () => { ... }...
2018-07-12 Juanjo DiazUse ES6 classes
2018-07-11 Pierre OssmanMerge branch 'cursor' of https://github.com/CendioOssma...
2018-07-04 Pierre OssmanMerge branch 'fix/ie11-numpad5-compatibility' of https...
2018-06-07 Pierre OssmanMerge branch 'issue_templates' of https://github.com...
2018-05-25 Samuel MannehedMerge pull request #1013 from juanjoDiaz/es6_refactor_2
2018-05-23 Juanjo DiazPrefer const/let over var
2018-05-23 Juanjo DiazAdd eslint and fix reported issues