Skip to content

Commit e0c9cec

Browse files
committed
Merge branch 'main' of github.com:adobe/react-spectrum into style_macro_docs
2 parents 61ba9db + 54c15a7 commit e0c9cec

File tree

98 files changed

+13886
-10345
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+13886
-10345
lines changed

eslint.config.mjs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -234,14 +234,14 @@ export default [{
234234
'react-hooks/error-boundaries': ERROR,
235235
'react-hooks/component-hook-factories': ERROR,
236236
'react-hooks/gating': ERROR,
237-
// 'react-hooks/globals': ERROR,
237+
'react-hooks/globals': ERROR,
238238
// 'react-hooks/immutability': ERROR,
239-
// 'react-hooks/preserve-manual-memoization': ERROR,
240-
// 'react-hooks/purity': ERROR,
241-
// 'react-hooks/refs': ERROR,
242-
// 'react-hooks/set-state-in-effect': ERROR,
239+
// 'react-hooks/preserve-manual-memoization': ERROR, // No idea how to turn this one on yet
240+
'react-hooks/purity': ERROR,
241+
// 'react-hooks/refs': ERROR, // can't turn on until https://github.com/facebook/react/issues/34775 is fixed
242+
'react-hooks/set-state-in-effect': ERROR,
243243
'react-hooks/set-state-in-render': ERROR,
244-
// 'react-hooks/static-components': ERROR,
244+
'react-hooks/static-components': ERROR,
245245
'react-hooks/unsupported-syntax': WARN,
246246
'react-hooks/use-memo': ERROR,
247247
'react-hooks/incompatible-library': WARN,

0 commit comments

Comments
 (0)