Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillermo Guerrero Ibarra <wolf.fox1985@gmail.com>2021-08-03 13:11:23 +0300
committerGitHub <noreply@github.com>2021-08-03 13:11:23 +0300
commit0f9faf74727f63189901d93b98945c28b0e1d1df (patch)
tree4cd752d950cd4e6572103f392d4b38b9b10d3b5f /package.json
parentabd457f0d0199243eedbbb985df0d51608f6d45e (diff)
eslint. (#305)1.1.4
Co-authored-by: Guillermo Guerrero Ibarra <guillermo.guerrero@deliveroo.co.uk>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index b142c78..b936cfb 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,7 @@
"scripts": {
"stylelint": "stylelint \"**/*.css\"",
"prettier": "prettier --check .",
- "lint": "eslint .",
+ "eslint": "eslint .",
"install_hugo": "brew update && brew install hugo"
}
}