Go to file
viet-anh.n cafba21523 Configure ESLint, Prettier, and TypeScript strict mode
- Add package.json with ESLint v9, typescript-eslint, eslint-plugin-react,
  eslint-plugin-react-hooks, eslint-config-prettier, Prettier, and TypeScript
  as devDependencies; includes lint, format, and format:check npm scripts
- Add eslint.config.js (flat config) with TypeScript recommended rules,
  React + React Hooks plugin rules, and prettier conflict suppression
- Add tsconfig.json with strict: true, ES2020 target, DOM libs, react-jsx
- Add .prettierrc with single quotes, 2-space indent, ES5 trailing commas
- Update CLAUDE.md to document new tooling and commands

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-20 10:35:51 +00:00
.prettierrc Configure ESLint, Prettier, and TypeScript strict mode 2026-07-20 10:35:51 +00:00
CLAUDE.md Configure ESLint, Prettier, and TypeScript strict mode 2026-07-20 10:35:51 +00:00
eslint.config.js Configure ESLint, Prettier, and TypeScript strict mode 2026-07-20 10:35:51 +00:00
index.html [TSC-4] Implement responsive CSS layout and styling 2026-07-08 06:29:14 +00:00
package.json Configure ESLint, Prettier, and TypeScript strict mode 2026-07-20 10:35:51 +00:00
README.md chore: initialize repository 2026-07-08 05:53:53 +00:00
styles.css [TSC-4] Implement responsive CSS layout and styling 2026-07-08 06:29:14 +00:00
tsconfig.json Configure ESLint, Prettier, and TypeScript strict mode 2026-07-20 10:35:51 +00:00

Simple Calculator

Greenfield project. Implementation is driven by the Vexa AI-SDLC pipeline (Jira project TSC).