Skip to content

Commit 5963781

Browse files
committed
Merge branch 'main' of https://github.com/coreui/coreui
2 parents 1f4231e + 878199f commit 5963781

File tree

3 files changed

+730
-595
lines changed

3 files changed

+730
-595
lines changed

eslint.config.mjs

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,6 @@ export default [
121121
sourceType: 'module'
122122
}
123123
},
124-
// {
125-
// files: ["**/*.json"],
126-
// rules: {
127-
// "unicorn/expiring-todo-comments": "off"
128-
// }
129-
// },
130124
{
131125
files: ['build/**'],
132126
languageOptions: {
@@ -216,6 +210,14 @@ export default [
216210
sourceType: 'module'
217211
}
218212
},
213+
{
214+
files: ['docs/static/assets/js/**'],
215+
languageOptions: {
216+
globals: {
217+
...globals.browser
218+
}
219+
}
220+
},
219221
{
220222
files: ['**/*.md'],
221223
plugins: {

0 commit comments

Comments
 (0)