mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-03-25 00:00:14 +08:00
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).
9 lines
131 B
JavaScript
9 lines
131 B
JavaScript
export default {
|
|
printWidth: 120,
|
|
tabWidth: 2,
|
|
useTabs: false,
|
|
semi: true,
|
|
singleQuote: true,
|
|
trailingComma: 'es5',
|
|
};
|