Skip to content
Snippets Groups Projects
Commit 7cbbdd4d authored by LAROCHE Pierre's avatar LAROCHE Pierre
Browse files

Ajout des fichiers cachés qui avaient été oubliés

parent 0f10273d
Branches
No related tags found
No related merge requests found
{
"env": {
"browser": true,
"es2021": true
},
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended"
],
"parserOptions": {
"ecmaVersion": 2021,
"sourceType": "module"
},
"rules": {
"prefer-const": "off",
"no-unused-expressions": 1,
"@typescript-eslint/adjacent-overload-signatures": 0, // Sinon set et get doivent se suivre
"@typescript-eslint/no-inferrable-types": [
1,
{
"ignoreParameters": false
}
],
"@typescript-eslint/no-non-null-assertion": 0,
"@typescript-eslint/no-explicit-any": 2,
"@typescript-eslint/explicit-function-return-type": 2
}
}
{
"code-runner.executorMap": {
"javascript": "node",
"typescript": "npx ts-node"
},
"code-runner.runInTerminal": true
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment