* update next * updated react * update eslint * finish updating eslint * fix content lint errors * fix docs test * fix vale action * fix installation errors
13 lines
278 B
JavaScript
13 lines
278 B
JavaScript
import eslintConfig from "eslint-config-docs"
|
|
|
|
export default [...eslintConfig.base, {
|
|
languageOptions: {
|
|
ecmaVersion: 5,
|
|
sourceType: "script",
|
|
|
|
parserOptions: {
|
|
project: true,
|
|
tsconfigRootDir: __dirname,
|
|
},
|
|
},
|
|
}]; |