SolidJS ESLint Config npx eslint --init create the .eslintrc.js file in the root of the project module.exports = { 'extends': [ 'solidjs-eslint-config', ], } ;