ci: add eslint and prettier check
authorPetr Štetiar <ynezz@true.cz>
Thu, 6 Aug 2020 11:55:04 +0000 (13:55 +0200)
committerPetr Štetiar <ynezz@true.cz>
Thu, 6 Aug 2020 12:57:56 +0000 (14:57 +0200)
commitaa5fa0f2832e942df130f6e06426fe20fa0cc0ef
treedd42a687891f9a87bd8bd69db6771bf31524e3c9
parent49fd1adfba1ff7e09dfbddf4542c04cddedc87f0
ci: add eslint and prettier check

Use opinionated code formatter `prettier` and `eslint` for static code
analysis of JavaScript code.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
.eslintrc.json [new file with mode: 0644]
.gitlab-ci.yml
package.json [new file with mode: 0644]