Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 206 Bytes

README.MD

File metadata and controls

16 lines (12 loc) · 206 Bytes

SolidJS ESLint Config

npx eslint --init

create the .eslintrc.js file in the root of the project

module.exports = {
    'extends': [
        'solidjs-eslint-config',
    ],
} ;