Files
medusa-store/www/packages/tailwind/eslint.config.mjs
Shahed Nasser 938f3bd934 docs: update to next 15 + eslint 9 (#9839)
* update next

* updated react

* update eslint

* finish updating eslint

* fix content lint errors

* fix docs test

* fix vale action

* fix installation errors
2024-11-13 17:03:17 +02:00

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,
},
},
}];