Skip to content
Snippets Groups Projects
Commit caaf7050 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

wip

parent ca4fa4c8
No related branches found
No related tags found
1 merge request!146chore(deps): update dependency eslint to v9
Pipeline #98265 passed
import typescriptEslint from '@typescript-eslint/parser'
export default [
{
languageOptions: {
parser: typescriptEslint,
sourceType: 'module',
},
files: ['**/*.js'],
plugins: {},
rules: {
'jsdoc/require-description': 'error',
'jsdoc/check-values': 'error',
},
},
]
......@@ -8,7 +8,7 @@
"local-up": "docker-compose -f docker-compose.local.yml up -d && yarn start",
"local-down": "docker-compose -f docker-compose.local.yml down",
"docker": "docker run -it --rm -p 3000:3000 front-backoffice",
"lint": "eslint src -c .eslintrc.js --fix",
"lint": "eslint -c .eslintrc.js --fix",
"lint:fix": "eslint --fix .",
"format": "prettier --write \"./src/**/*.{js,jsx,ts,tsx,json,md}\"",
"serve": "vite preview"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment