mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-09 02:55:01 +00:00
860d7b4cf4
- Renomme `localisation` en `commune` - Déplace la logique de `getNextStep` dans un hook `useMissingVariables`
23 lines
441 B
JSON
23 lines
441 B
JSON
{
|
|
"spellright.language": [
|
|
"fr",
|
|
"en"
|
|
],
|
|
"spellright.documentTypes": [
|
|
"yaml",
|
|
"git-commit",
|
|
"markdown"
|
|
],
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"editor.tabSize": 2,
|
|
"cSpell.words": ["mycompanyinfrance", "smarttag"],
|
|
"search.exclude": {
|
|
"**/dist": true
|
|
},
|
|
"eslint.enable": true,
|
|
"eslint.format.enable": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
}
|
|
}
|