Skip to content

cluesurf/form-code.js

Repository files navigation








@cluesurf/form-code

Lint and Format Code Style for ClueSurf Projets




Installation

pnpm add @cluesurf/form-code
yarn add @cluesurf/form-code
npm i @cluesurf/form-code

Usage

Add default vscode settings/extensions:

npx @cluesurf/form-code

Use ClueSurf styled eslint config:

// eslint.config.ts
import config from '@cluesurf/form-code/lint'
import { defineConfig } from 'eslint/config'

export default defineConfig([...config])

Use ClueSurf styled prettier config, add this to package.json:

{
  "prettier": "@cluesurf/form-code/love.json"
}

License

MIT

ClueSurf

This is being developed by the folks at ClueSurf, a California-based project for helping humanity master information and computation. ClueSurf started off in the winter of 2008 as a spark of an idea, to forming a company 10 years later in the winter of 2018, to a seed of a project just beginning its development phases. Also find us on Facebook, X, and LinkedIn. Check out our other GitHub projects as well!

About

Lint and Format Code Style for ClueSurf Projets

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published