Reformat package.json
parent
954c2e45
No related branches found
No related tags found
... | @@ -11,7 +11,16 @@ | ... | @@ -11,7 +11,16 @@ |
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --ignore-path .gitignore", | "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --ignore-path .gitignore", | ||
"reformat": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore" | "reformat": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore" | ||
}, | }, | ||
"keywords": ["vue", "vuejs", "vue2", "drag", "drag", "drop", "draggable", "dragndrop"], | "keywords": [ | ||
"vue", | |||
"vuejs", | |||
"vue2", | |||
"drag", | |||
"drag", | |||
"drop", | |||
"draggable", | |||
"dragndrop" | |||
], | |||
"author": "Julian Leucker <leuckerj@gmail.com>", | "author": "Julian Leucker <leuckerj@gmail.com>", | ||
"license": "ISC", | "license": "ISC", | ||
"description": "VueJS Components to move data inside a grid via drag&drop.", | "description": "VueJS Components to move data inside a grid via drag&drop.", | ||
... | ... |
Please register or sign in to comment