mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
chore(deps-dev): remove commitlint, husky, eslint, prettier
This commit is contained in:
parent
77a243a44d
commit
8e66e762f0
3 changed files with 49 additions and 1037 deletions
|
@ -1,21 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "eslint:recommended",
|
|
||||||
"env": {
|
|
||||||
"es6": true,
|
|
||||||
"browser": true,
|
|
||||||
"node": true,
|
|
||||||
"jest": true
|
|
||||||
},
|
|
||||||
"parserOptions": {
|
|
||||||
"ecmaVersion": 2019,
|
|
||||||
"sourceType": "module"
|
|
||||||
},
|
|
||||||
"plugins": ["svelte3"],
|
|
||||||
"overrides": [
|
|
||||||
{
|
|
||||||
"files": ["**/*.svelte"],
|
|
||||||
"processor": "svelte3/svelte3"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"ignorePatterns": ["docs", "*.snap"]
|
|
||||||
}
|
|
45
package.json
45
package.json
|
@ -12,7 +12,7 @@
|
||||||
"build:storybook": "build-storybook -o docs",
|
"build:storybook": "build-storybook -o docs",
|
||||||
"test": "jest --coverage",
|
"test": "jest --coverage",
|
||||||
"test:tdd": "jest --watch",
|
"test:tdd": "jest --watch",
|
||||||
"prepublishOnly": "yarn build"
|
"prepack": "rollup -c"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"carbon-icons-svelte": "^10.8.2",
|
"carbon-icons-svelte": "^10.8.2",
|
||||||
|
@ -25,8 +25,6 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.8.0",
|
"@babel/core": "^7.8.0",
|
||||||
"@babel/preset-env": "^7.8.0",
|
"@babel/preset-env": "^7.8.0",
|
||||||
"@commitlint/cli": "^8.3.4",
|
|
||||||
"@commitlint/config-conventional": "^8.3.4",
|
|
||||||
"@storybook/addon-knobs": "^5.3.1",
|
"@storybook/addon-knobs": "^5.3.1",
|
||||||
"@storybook/addon-storysource": "^5.3.1",
|
"@storybook/addon-storysource": "^5.3.1",
|
||||||
"@storybook/cli": "^5.3.1",
|
"@storybook/cli": "^5.3.1",
|
||||||
|
@ -36,15 +34,8 @@
|
||||||
"babel-jest": "^25.1.0",
|
"babel-jest": "^25.1.0",
|
||||||
"babel-loader": "^8.0.6",
|
"babel-loader": "^8.0.6",
|
||||||
"carbon-components": "^10.9.3",
|
"carbon-components": "^10.9.3",
|
||||||
"eslint": "^6.7.2",
|
|
||||||
"eslint-plugin-svelte3": "^2.7.3",
|
|
||||||
"husky": "^4.2.1",
|
|
||||||
"jest": "^25.1.0",
|
"jest": "^25.1.0",
|
||||||
"jest-transform-svelte": "^2.1.0",
|
"jest-transform-svelte": "^2.1.0",
|
||||||
"lint-staged": "^10.0.7",
|
|
||||||
"prettier": "^1.19.1",
|
|
||||||
"prettier-plugin-svelte": "^0.7.0",
|
|
||||||
"pretty-quick": "^2.0.1",
|
|
||||||
"regenerator-runtime": "^0.13.3",
|
"regenerator-runtime": "^0.13.3",
|
||||||
"rollup": "^1.29.0",
|
"rollup": "^1.29.0",
|
||||||
"rollup-plugin-commonjs": "^10.1.0",
|
"rollup-plugin-commonjs": "^10.1.0",
|
||||||
|
@ -65,27 +56,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"engines": {
|
|
||||||
"node": ">=10",
|
|
||||||
"yarn": ">=1"
|
|
||||||
},
|
|
||||||
"husky": {
|
|
||||||
"hooks": {
|
|
||||||
"pre-commit": "lint-staged && pretty-quick --pattern 'src/**/*.{js,svelte}' --staged",
|
|
||||||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"lint-staged": {
|
|
||||||
"*.{js,svelte}": [
|
|
||||||
"eslint --fix"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"prettier": {
|
|
||||||
"printWidth": 100,
|
|
||||||
"tabWidth": 2,
|
|
||||||
"semi": true,
|
|
||||||
"singleQuote": true
|
|
||||||
},
|
|
||||||
"babel": {
|
"babel": {
|
||||||
"presets": [
|
"presets": [
|
||||||
"@babel/preset-env"
|
"@babel/preset-env"
|
||||||
|
@ -108,11 +78,6 @@
|
||||||
"@testing-library/jest-dom/extend-expect"
|
"@testing-library/jest-dom/extend-expect"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"commitlint": {
|
|
||||||
"extends": [
|
|
||||||
"@commitlint/config-conventional"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"**/bin-links": ">=1.1.6"
|
"**/bin-links": ">=1.1.6"
|
||||||
},
|
},
|
||||||
|
@ -121,14 +86,16 @@
|
||||||
"url": "https://github.com/ibm/carbon-components-svelte.git"
|
"url": "https://github.com/ibm/carbon-components-svelte.git"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/ibm/carbon-components-svelte",
|
"homepage": "https://github.com/ibm/carbon-components-svelte",
|
||||||
|
"bugs": "https://github.com/ibm/carbon-components-svelte/issues",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"carbon",
|
"carbon",
|
||||||
"carbon components",
|
"carbon components",
|
||||||
"svelte"
|
"svelte",
|
||||||
|
"component library",
|
||||||
|
"carbon design system"
|
||||||
],
|
],
|
||||||
"files": [
|
"files": [
|
||||||
"lib",
|
"lib",
|
||||||
"src"
|
"src"
|
||||||
],
|
]
|
||||||
"bugs": "https://github.com/ibm/carbon-components-svelte/issues"
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue