mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
feat!: replace husky/lint-staged with lefthook v2
Migrate from husky + lint-staged to lefthook v2 for git hooks. Migrate prettier config from CJS to ESM. Remove commitizen/cz-conventional- changelog (release-please handles conventional commits).
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export default {
|
||||
printWidth: 120,
|
||||
tabWidth: 2,
|
||||
useTabs: false,
|
||||
semi: true,
|
||||
singleQuote: true,
|
||||
trailingComma: 'es5',
|
||||
};
|
||||
Reference in New Issue
Block a user