Skip to content

Commit

Permalink
Merge pull request #149 from asciinema/next
Browse files Browse the repository at this point in the history
Next
  • Loading branch information
ku1ik authored Nov 7, 2021
2 parents c09126b + 4e6d8cd commit c241dca
Show file tree
Hide file tree
Showing 88 changed files with 12,014 additions and 4,720 deletions.
13 changes: 13 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
module.exports = {
"env": {
"browser": true,
"es2021": true
},
"extends": ["eslint:recommended", "@solid/eslint-config-base"],
"parserOptions": {
"ecmaVersion": 12,
"sourceType": "module"
},
"rules": {
}
};
20 changes: 4 additions & 16 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,16 +1,4 @@
/target
/classes
/checkouts
pom.xml
pom.xml.asc
*.jar
*.class
/.lein-*
/.nrepl-port
/resources/public/js
/resources/public/css
/out
/.repl
.nrepl-history
node_modules/
*.tgz
.DS_Store
/node_modules
/dist
/public
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

21 changes: 0 additions & 21 deletions .travis.yml

This file was deleted.

100 changes: 0 additions & 100 deletions CHANGELOG.md

This file was deleted.

36 changes: 0 additions & 36 deletions CONTRIBUTING.md

This file was deleted.

Loading

0 comments on commit c241dca

Please sign in to comment.