This website requires JavaScript.
Explore
Help
Sign In
Apache
/
druid
mirror of
https://github.com/apache/druid.git
Watch
1
Star
0
Fork
You've already forked druid
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8805d8d7db
druid
/
web-console
/
.stylelintrc.json
5 lines
71 B
JSON
Raw
Normal View
History
Unescape
Escape
Add scss linter in web console (#7365) * Add SCSS linter * Fixed SCSS styles
2019-03-28 20:32:01 -04:00
{
Web console: Switch to ESLint (#11142) * Initial eslint config * I guess eslint sorts underscores differently * Trim curlies (in jsx) * Re-organize rules * Use consistent quote props * Restructure eslint rules as additions/overrides to recommended configs * Fix the 'recommended' stuff * Add prefer-readonly * Add prefer-object-spread * Prettify * Add eslint-plugin-react-hooks * Switch to eslint-plugin-simple-sort-order So much better * Add no-extraneous-dependencies * ban-tslint-comment for funzies * If we enabled no-shadow, we'd probably want this option * Not prefer-for-of * no-confusing-void-expression, no-confusing-non-null-assertion * Add some no-unnecessary-* rules * non-nullable-type-assertion-style! * prefer-includes * Reorganize * prefer-things * switch-exhaustiveness-check * We don't need the jsdoc plugin, prettier has our backs * Remove a useless rule * Drop TSLint and (temporarily) awesome-code-style * Removing Object.assign revealed a type issue * Bring back awesome-code-style for sasslint config * Disable react/jsx-no-target-blank * Add prettify-check script * Add license to eslint config * Format readme * Update README for eslint, IDE settings * Add 'autofix' script * Switch to @awesome-code-style
2021-04-22 22:33:03 -04:00
"extends"
:
"@awesome-code-style/stylelint-config"
,
"rules"
:
{
}
Add scss linter in web console (#7365) * Add SCSS linter * Fixed SCSS styles
2019-03-28 20:32:01 -04:00
}