Skip to content

Repository with working ESLint, VSCode and Prettier configuration

Notifications You must be signed in to change notification settings

CommunitySFE/eslint-config

 
 

Repository files navigation

eslint-config

Template repository with configuration for eslint, prettier & vscode.

Scripts

yarn lint

  • Runs the linter on all files in the src directory.

yarn build

  • Compiles the source TypeScript code, and lints the source.
$ tsc --project ./ && eslint ./src/**/*.*
# Some lovely linting output
# ...
# Done in 5s

yarn build:watch

  • Starts the TypeScript compiler in watch mode.

About

Repository with working ESLint, VSCode and Prettier configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%