Skip to content

Add in linting #1

@nervewax

Description

@nervewax

Prettier & Husky & lint-staged
https://prettier.io/docs/en/precommit.html
https://prettier.io/docs/en/watching-files.html
https://github.com/typicode/husky

Config for prettier

module.exports = {
    printWidth: 80,
    useTabs: true,
    trailingComma: 'all',
    tabWidth: 2,
    semi: true,
    singleQuote: true,
    bracketSpacing: true,
    jsxBracketSameLine: false,
    endOfLine: 'lf|crlf|cr',
};

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions