What is currently packages/portal is example of a running portal and should move to examples (it will get replaced by an actual portal lib soon).
9 lines
132 B
JavaScript
9 lines
132 B
JavaScript
module.exports = {
|
|
semi: true,
|
|
trailingComma: 'es5',
|
|
singleQuote: true,
|
|
printWidth: 79,
|
|
tabWidth: 2,
|
|
useTabs: false,
|
|
};
|