Added an html linter. It doesn't produce any errors. Either the code is flawless, or the linting doesn't actually happen.

This commit is contained in:
Greenscreener
2019-07-19 12:07:22 +02:00
parent 1802ae0103
commit 531470932e
2 changed files with 7 additions and 1 deletions
+2
View File
@@ -12,6 +12,8 @@ RUN npm install npm@5.3 && \
RUN npm install -g xo@0.24.0
RUN npm install -g eslint-plugin-html@6.0.0
# Cleanup
RUN rm -fr /root/.npm /node_modules