lefthook
This commit is contained in:
parent
a0c59583f7
commit
7a92acd091
2 changed files with 5 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
pre-commit:
|
||||
commands:
|
||||
eslint:
|
||||
glob: 'src/**/*.js'
|
||||
glob: 'src/**/*.{js,svelte}'
|
||||
run: npx eslint --cache --fix {staged_files}
|
||||
prettier:
|
||||
glob: 'src/**/*.{js,scss,md,svelte}'
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"name": "@reuters-graphics/graphics-svelte-components",
|
||||
"version": "0.3.32",
|
||||
"name": "@reuters-graphics/graphics-components",
|
||||
"version": "0.0.1-beta.1",
|
||||
"type": "module",
|
||||
"private": false,
|
||||
"homepage": "https://reuters-graphics.github.io/graphics-svelte-components",
|
||||
"repository": "https://github.com/reuters-graphics/graphics-svelte-components",
|
||||
"homepage": "https://reuters-graphics.github.io/graphics-components",
|
||||
"repository": "https://github.com/reuters-graphics/graphics-components",
|
||||
"scripts": {
|
||||
"start": "start-storybook -p 3000",
|
||||
"new": "node ./bin/newComponent/index.cjs",
|
||||
|
|
|
|||
Loading…
Reference in a new issue