This website requires JavaScript.
Explore
Help
Register
Sign In
library-mirrors
/
jquery-ui
Watch
1
Star
0
Fork
0
You've already forked jquery-ui
mirror of
https://github.com/jquery/jquery-ui.git
synced
2024-11-21 11:04:24 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
f7bff7b6c1
jquery-ui
/
demos
/
.eslintrc.json
10 lines
92 B
JSON
Raw
Normal View
History
Unescape
Escape
Build: Migrate from JSHint & JSCS to ESLint Fixes #15393 Closes gh-1958
2021-06-06 22:58:12 +00:00
{
"root"
:
true
,
Build: Fix the ESLint config for demos The ESLint config for `demos` extends the one for the `ui` directory. However, the `ui` one used to not be a root one, making the `demos` one effectively not depend on the `jquery` preset. Fix that and fix lots of lint violations in `demos/search.js`. Closes gh-2303
2024-10-17 21:47:29 +00:00
"extends"
:
"../ui/.eslintrc.json"
,
"globals"
:
{
"require"
:
true
}
Build: Migrate from JSHint & JSCS to ESLint Fixes #15393 Closes gh-1958
2021-06-06 22:58:12 +00:00
}
Reference in New Issue
Copy Permalink