mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 10:07:46 -05:00
11 lines
199 B
JavaScript
11 lines
199 B
JavaScript
import {
|
|
configTypeChecked,
|
|
configReact
|
|
} from '@freecodecamp/eslint-config/base';
|
|
|
|
export default [
|
|
...configTypeChecked,
|
|
...configReact,
|
|
{ settings: { react: { version: '17.0.2' } } }
|
|
];
|