Lint and Format Code Style for ClueSurf Projets
pnpm add @cluesurf/form-code
yarn add @cluesurf/form-code
npm i @cluesurf/form-code
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"
}
MIT
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!