Skip to content

Commit 990eadb

Browse files
authored
Merge pull request #209 from Cellule/remove-bootstrap
Removed bootstrap in favor of module css
2 parents c325ea1 + 771a1d8 commit 990eadb

32 files changed

+2081
-2699
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = {
1010
parserOptions: { ecmaVersion: 'latest', sourceType: 'module' },
1111
plugins: ['react-refresh'],
1212
rules: {
13-
'react-refresh/only-export-components': 'warn',
13+
'react-refresh/only-export-components': 'off',
1414
'@typescript-eslint/no-explicit-any': 'off',
1515
},
1616
}

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"typescript.tsdk": "node_modules/typescript/lib",
3-
"task.allowAutomaticTasks": true
3+
"typescript.enablePromptUseWorkspaceTsdk": true,
44
}

0 commit comments

Comments
 (0)