Skip to content

Instantly share code, notes, and snippets.

---
description: Remove AI-generated slop from branch diff against base
argument-hint: "[base-branch] [additional-context]"
---
# Remove AI Slop
**CRITICAL: Systematically review the current branch and purge AI-generated code smell.**
## Step 1: Identify the Diff
@piotrwitek
piotrwitek / linting-in-typescript-react.md
Last active March 10, 2019 23:49
Investigation on linting options available for TypeScript & React

Recent TSLint v5.0 config

https://github.com/piotrwitek/react-redux-typescript-guide#tslintjson

Use TSLint with rules based on airbnb style guide and some extensions

  • TSLint airbnb style guide:
    https://github.com/excelmicro/typescript
  • TSLint React rules:
    https://github.com/palantir/tslint-react
  • Manually add missing airbnb ESLint rules for TSLint:
    https://github.com/buzinas/tslint-eslint-rules