mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-31 18:07:00 +02:00
chore: enable a few fixable ESLint rules (#6380)
* chore: enable react/jsx-one-expression-per-line * chore: enable import/first * chore: enable lines-between-class-members * revert class spacing Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
parent
3cb0972b79
commit
16141fcd80
2 changed files with 2 additions and 3 deletions
|
@ -7,10 +7,11 @@
|
|||
|
||||
// Globby/Micromatch are the 2 libs we use in Docusaurus consistently
|
||||
|
||||
export {default as Globby} from 'globby';
|
||||
import Micromatch from 'micromatch'; // Note: Micromatch is used by Globby
|
||||
import path from 'path';
|
||||
|
||||
export {default as Globby} from 'globby';
|
||||
|
||||
// The default patterns we ignore when globbing
|
||||
// using _ prefix for exclusion by convention
|
||||
export const GlobExcludeDefault = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue