feat(SW-375): new tokens
new asset generation logic BREAKING CHANGE: New tokens.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
const config = {
|
||||
'*.{ts,tsx}': () => 'tsc -p tsconfig.json --noEmit',
|
||||
'*': 'prettier --write',
|
||||
'*.{ts,tsx}': [() => 'tsc -p tsconfig.json --noEmit', 'prettier --write'],
|
||||
'*.{json,md}': 'prettier --write',
|
||||
'*.{html,js,cjs,mjs,css}': 'prettier --write',
|
||||
}
|
||||
|
||||
export default config
|
||||
|
||||
Reference in New Issue
Block a user