mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-30 11:47:55 +01:00
chore(eslint): add no-trailing-spaces rule (#1906)
This commit is contained in:
@@ -15,6 +15,7 @@ module.exports = {
|
|||||||
'space-before-blocks': ['error', 'always'],
|
'space-before-blocks': ['error', 'always'],
|
||||||
'space-infix-ops': ['error', { int32Hint: false }],
|
'space-infix-ops': ['error', { int32Hint: false }],
|
||||||
'no-multi-spaces': ['error', { ignoreEOLComments: true }],
|
'no-multi-spaces': ['error', { ignoreEOLComments: true }],
|
||||||
|
'no-trailing-spaces': ['error'],
|
||||||
|
|
||||||
// Typescript
|
// Typescript
|
||||||
'@typescript-eslint/type-annotation-spacing': 'error',
|
'@typescript-eslint/type-annotation-spacing': 'error',
|
||||||
|
|||||||
@@ -17,4 +17,3 @@
|
|||||||
</template>
|
</template>
|
||||||
</UAlert>
|
</UAlert>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -7,4 +7,3 @@
|
|||||||
</template>
|
</template>
|
||||||
</UAlert>
|
</UAlert>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
Reference in New Issue
Block a user