Skip to content

Concept ticketing platform for small events to avoid huge booking fees. WIP very much in it's infancy, open to contributors.

Notifications You must be signed in to change notification settings

Anyway-Software/stickyfloor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stickyfloor

Linting and code formatting

Ridiculous amount of packages needed to make this happen

  • eslint: Linting tool for identifying problematic patterns in JavaScript code.
  • prettier: Code formatter.
  • eslint-config-prettier: Disables ESLint rules that might conflict with Prettier.
  • eslint-plugin-prettier: Integrates Prettier with ESLint, allowing Prettier to run as an ESLint rule.
  • globals: Recognizes global variables (e.g., window, process) from different environments in the project.
  • @eslint/js: Core JavaScript parser and rules for ESLint.
  • @typescript-eslint/parser: Allows ESLint to parse TypeScript code.
  • @typescript-eslint/eslint-plugin: TypeScript-specific linting rules for ESLint.
  • eslint-plugin-react: Lints React-specific code, including JSX and React best practices.
  • eslint-plugin-unused-imports: Automatically removes unused imports when running eslint --fix

Config files

  • eslint.config.js
  • .pretterrc
  • .vscode/settings.json

About

Concept ticketing platform for small events to avoid huge booking fees. WIP very much in it's infancy, open to contributors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •