This website works better with JavaScript.
Explore
Help
Sign In
inga-lovinde
/
sample-tictactoe
Watch
1
Star
0
Fork
You've already forked sample-tictactoe
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Demo application (tic-tac-toe game and more) built with Web Components, with progressive enhancement / graceful degradation.
20
Commits
2
Branches
0
Tags
2.6 MiB
Tree:
24fcb0ca1b
sample-tictactoe
/
.prettierrc
6 lines
61 B
Raw
Normal View
History
Unescape
Escape
initial npm project structure, linting / ts
2 months ago
{
improved formatting (line width set to 120)
2 months ago
"printWidth": 120,
initial npm project structure, linting / ts
2 months ago
"tabWidth": 2,
"useTabs": false
}