mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
Merge pull request #32 from utopia-os/lint-nochange
feat(other): lint nochange
This commit is contained in:
commit
b6bd8cf2fe
17
.eslintrc.js
17
.eslintrc.js
@ -46,18 +46,11 @@ module.exports = {
|
||||
'react/react-in-jsx-scope': 'off', // Disable requirement for React import
|
||||
// 'no-catch-all/no-catch-all': 'error',
|
||||
// 'no-console': 'error',
|
||||
// 'no-debugger': 'error',
|
||||
// camelcase: 'error',
|
||||
// indent: ['error', 2],
|
||||
// 'linebreak-style': ['error', 'unix'],
|
||||
// semi: ['error', 'never'],
|
||||
// // This makes sure our vike router does not throw errors
|
||||
// 'vue/multi-word-component-names': [
|
||||
// 'error',
|
||||
// {
|
||||
// ignores: ['+Page'],
|
||||
// },
|
||||
// ],
|
||||
'no-debugger': 'error',
|
||||
camelcase: 'error',
|
||||
indent: ['error', 2],
|
||||
'linebreak-style': ['error', 'unix'],
|
||||
semi: ['error', 'never'],
|
||||
// Optional eslint-comments rule
|
||||
'@eslint-community/eslint-comments/no-unused-disable': 'error',
|
||||
'@eslint-community/eslint-comments/disable-enable-pair': ['error', { allowWholeFile: true }],
|
||||
|
||||
2
.github/workflows/test.build.yml
vendored
2
.github/workflows/test.build.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
filters: |
|
||||
build:
|
||||
- '.github/workflows/**/*'
|
||||
- 'src/**/*'
|
||||
- '**/*'
|
||||
|
||||
build:
|
||||
if: needs.files-changed.outputs.build == 'true'
|
||||
|
||||
2
.github/workflows/test.lint.yml
vendored
2
.github/workflows/test.lint.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
filters: |
|
||||
lint:
|
||||
- '.github/workflows/**/*'
|
||||
- 'src/**/*'
|
||||
- '**/*'
|
||||
|
||||
# build:
|
||||
# if: needs.files-changed.outputs.frontend == 'true'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user