mirror of
https://github.com/tloncorp/landscape.git
synced 2024-12-01 02:45:49 +03:00
8 lines
203 B
JavaScript
8 lines
203 B
JavaScript
module.exports = {
|
|
...require('@tloncorp/eslint-config/.prettierrc.js'),
|
|
tailwindConfig: './tailwind.config.js',
|
|
// rule overrides can be added here, e.g.:
|
|
semi: true,
|
|
trailingComma: 'es5',
|
|
};
|