nakarte

Source code of https://map.sikmir.ru (fork)
git clone git://git.sikmir.ru/nakarte
Log | Files | Refs | LICENSE

commit 5739c303200dd4b6bb8229deb1e1fa2b81d3717f
parent f80c9845f091006a574f37eeccc9df724063f47a
Author: Sergej Orlov <wladimirych@gmail.com>
Date:   Tue,  3 Dec 2019 10:18:46 +0100

config: add lint action

Diffstat:
Mpackage.json | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package.json b/package.json @@ -3,7 +3,8 @@ "version": "1.0.0", "scripts": { "build": "cross-env NODE_ENV=production webpack --config webpack/webpack.config.prod.js --colors", - "start": "webpack-dev-server --open --config webpack/webpack.config.dev.js" + "start": "webpack-dev-server --open --config webpack/webpack.config.dev.js", + "lint": "eslint '**/*.js' --ignore-pattern node_modules/ --ignore-pattern build/" }, "repository": { "type": "git",