mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 00:12:53 +08:00
9 lines
133 B
JavaScript
9 lines
133 B
JavaScript
|
module.exports = {
|
||
|
printWidth: 120,
|
||
|
tabWidth: 2,
|
||
|
useTabs: false,
|
||
|
semi: true,
|
||
|
singleQuote: true,
|
||
|
trailingComma: 'es5',
|
||
|
};
|