-
- Downloads
Updated uci-to-table to prettify uci table
Showing
- .eslintignore 0 additions, 2 deletions.eslintignore
- .eslintrc.js 8 additions, 64 deletions.eslintrc.js
- .eslintrc.template 0 additions, 241 deletions.eslintrc.template
- package-lock.json 15830 additions, 9743 deletionspackage-lock.json
- package.json 5 additions, 10 deletionspackage.json
- uci-to-table.js 16 additions, 1 deletionuci-to-table.js
.eslintrc.template
deleted
100644 → 0
This diff is collapsed.
... | ... | @@ -24,6 +24,7 @@ |
"i18n": "^0.8.3", | ||
"jasmine-xml-reporter": "^1.2.1", | ||
"jquery": "^3.7.0", | ||
"js-beautify": "^1.15.3", | ||
"jsdom": "^22.1.0", | ||
"json-pointer": "^0.6.0", | ||
"json-schema-faker": "git+https://git@dev.iopsys.eu/fork/json-schema-faker#iopsys", | ||
... | ... | @@ -40,13 +41,10 @@ |
"@semantic-release/github": "^5.4.2", | ||
"commitizen": "^4.0.3", | ||
"cz-conventional-changelog": "^3.0.2", | ||
"eslint": "6.5.0", | ||
"eslint-config-airbnb": "17.1.1", | ||
"eslint-plugin-header": "3.0.0", | ||
"eslint-plugin-import": "2.18.0", | ||
"eslint-plugin-jsx-a11y": "6.2.3", | ||
"eslint-plugin-react": "7.14.2", | ||
"ghooks": "^2.0.4", | ||
"eslint": "^6.8.0", | ||
"eslint-config-airbnb-base": "^14.1.0", | ||
"eslint-plugin-import": "^2.21.1", | ||
"eslint-plugin-jest": "^23.13.2", | ||
"istanbul": "^0.4.5", | ||
"jasmine": "~3.5.0", | ||
"jasmine-diff": "^0.1.3", | ||
... | ... | @@ -72,9 +70,6 @@ |
"config": { | ||
"commitizen": { | ||
"path": "node_modules/cz-conventional-changelog" | ||
}, | ||
"ghooks": { | ||
"pre-commit": "npx lint-staged" | ||
} | ||
} | ||
} |
Please register or sign in to comment