Skip to content

Commit af63f2b

Browse files
committed
feat: reset, moving to tailwind
1 parent 917b858 commit af63f2b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+1032
-24169
lines changed

.babelrc

Lines changed: 0 additions & 31 deletions
This file was deleted.

.browserslistrc

Lines changed: 0 additions & 7 deletions
This file was deleted.

.circleci/config.yml

Lines changed: 0 additions & 102 deletions
This file was deleted.

.editorconfig

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,21 @@ root = true
22

33
[*]
44
charset = utf-8
5-
indent_style = space
6-
indent_size = 2
75
end_of_line = lf
86
trim_trailing_whitespace = true
97
insert_final_newline = true
108

119
[*.md]
1210
trim_trailing_whitespace = false
11+
12+
[*.sh]
13+
indent_style = space
14+
indent_size = 2
15+
16+
shell_variant = posix
17+
binary_next_line = true
18+
switch_case_indent = true
19+
space_redirects = true
20+
keep_padding = false
21+
function_next_line = false
22+
never_split = false

.eslintrc

Lines changed: 0 additions & 27 deletions
This file was deleted.

.gitignore

Lines changed: 15 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -6,103 +6,41 @@ yarn-debug.log*
66
yarn-error.log*
77
lerna-debug.log*
88

9-
# Diagnostic reports (https://nodejs.org/api/report.html)
10-
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
11-
129
# Runtime data
13-
pids
1410
*.pid
1511
*.seed
1612
*.pid.lock
1713

18-
# Directory for instrumented libs generated by jscoverage/JSCover
19-
lib-cov
20-
21-
# Coverage directory used by tools like istanbul
14+
# Coverage
2215
coverage
2316
*.lcov
24-
25-
# nyc test coverage
2617
.nyc_output
2718

28-
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
29-
.grunt
30-
31-
# Bower dependency directory (https://bower.io/)
32-
bower_components
33-
34-
# node-waf configuration
35-
.lock-wscript
36-
37-
# Compiled binary addons (https://nodejs.org/api/addons.html)
38-
build/Release
39-
4019
# Dependency directories
4120
node_modules/
42-
jspm_packages/
43-
44-
# TypeScript v1 declaration files
45-
typings/
4621

47-
# TypeScript cache
22+
# TypeScript
4823
*.tsbuildinfo
24+
typings/
4925

50-
# Optional npm cache directory
26+
# Optional caches
5127
.npm
52-
53-
# Optional eslint cache
5428
.eslintcache
5529

56-
# Microbundle cache
57-
.rpt2_cache/
58-
.rts2_cache_cjs/
59-
.rts2_cache_es/
60-
.rts2_cache_umd/
61-
62-
# Optional REPL history
63-
.node_repl_history
64-
65-
# Output of 'npm pack'
66-
*.tgz
67-
68-
# Yarn Integrity file
69-
.yarn-integrity
70-
71-
# dotenv environment variables file
30+
# Environment variables
7231
.env
7332
.env.test
7433

75-
# parcel-bundler cache (https://parceljs.org/)
76-
.cache
77-
.parcel-cache
78-
79-
# Next.js build output
80-
.next
81-
82-
# Nuxt.js build / generate output
83-
.nuxt
84-
dist
85-
86-
# Gatsby files
87-
.cache/
88-
# Comment in the public line in if your project uses Gatsby and *not* Next.js
89-
# https://nextjs.org/blog/next-9-1#public-directory-support
90-
# public
91-
92-
# vuepress build output
93-
.vuepress/dist
94-
95-
# Serverless directories
96-
.serverless/
97-
98-
# FuseBox cache
99-
.fusebox/
34+
# Build output
35+
dist/
10036

101-
# DynamoDB Local files
102-
.dynamodb/
37+
# IDE
38+
.vscode/
39+
.idea/
10340

104-
# TernJS port file
105-
.tern-port
41+
# SWC
42+
.swc/
10643

107-
# Ctags
108-
tags
44+
# Jest
45+
jest.config.js.map
46+
__snapshots__/

.prettierrc

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1 @@
1-
{
2-
"parser": "babel",
3-
"semi": false,
4-
"printWidth": 80,
5-
"tabWidth": 2,
6-
"useTabs": false,
7-
"singleQuote": false,
8-
"trailingComma": "es5",
9-
"bracketSpacing": true,
10-
"jsxBracketSameLine": true,
11-
"arrowParens": "avoid"
12-
}
1+
"@asd14/prettier-config"

0 commit comments

Comments
 (0)