simplecov-tailwindcss 2.0.0 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. checksums.yaml +4 -4
  2. data/.all-contributorsrc +28 -0
  3. data/.erb-lint.yml +8 -0
  4. data/.eslintignore +1 -0
  5. data/.eslintrc.json +10 -0
  6. data/{CODE_OF_CONDUCT.md → .github/CODE_OF_CONDUCT.md} +12 -12
  7. data/.github/CONTRIBUTING.md +66 -0
  8. data/.github/ISSUE_TEMPLATE/bug_report.yml +54 -0
  9. data/.github/ISSUE_TEMPLATE/config.yml +11 -0
  10. data/.github/ISSUE_TEMPLATE/feature_request.yml +26 -0
  11. data/.github/PULL_REQUEST_TEMPLATE.md +2 -2
  12. data/.github/workflows/builds.yml +91 -0
  13. data/.github/workflows/github_publish.yml +1 -1
  14. data/.github/workflows/lints.yml +49 -0
  15. data/.github/workflows/rubygem_publish.yml +1 -1
  16. data/.github/workflows/tests.yml +17 -13
  17. data/.gitignore +1 -0
  18. data/.markdownlint.yml +18 -18
  19. data/.prettierignore +0 -1
  20. data/.prettierrc.json +12 -0
  21. data/.rubocop.yml +4907 -652
  22. data/.ruby-version +1 -1
  23. data/.vscode/settings.json +5 -0
  24. data/CHANGELOG.md +16 -0
  25. data/Gemfile +12 -9
  26. data/README.md +43 -28
  27. data/dist/app.css +3 -3
  28. data/dist/app.js +10 -10
  29. data/dist/scripts/controllers/darktheme_controller.js +13 -16
  30. data/dist/scripts/controllers/navigation_controller.js +9 -13
  31. data/dist/scripts/controllers/search_controller.js +48 -61
  32. data/dist/scripts/controllers/slideover_controller.js +11 -24
  33. data/dist/scripts/timeago.js +2 -2
  34. data/lib/simplecov-tailwindcss/version.rb +1 -1
  35. data/lib/simplecov-tailwindcss.rb +69 -53
  36. data/package.json +61 -55
  37. data/public/application.css +1 -1
  38. data/public/application.js +2 -2
  39. data/simplecov-tailwindcss.gemspec +23 -23
  40. data/tailwind.config.js +7 -7
  41. data/test/simplecov-tailwindcss/simplecov_tailwindcss_test.rb +2 -2
  42. data/views/dialog.erb +75 -29
  43. data/views/file_detail.erb +57 -56
  44. data/views/group_page.erb +2 -2
  45. data/views/main.erb +8 -9
  46. data/views/stat_card.erb +1 -1
  47. data/yarn.lock +1367 -310
  48. metadata +15 -9
  49. data/.eslintrc.js +0 -91
  50. data/.github/ISSUE_TEMPLATE/bug_report.md +0 -38
  51. data/.github/ISSUE_TEMPLATE/feature-request.md +0 -20
  52. data/.github/ISSUE_TEMPLATE/question.md +0 -10
  53. data/.prettierrc +0 -7
  54. data/CONTRIBUTING.md +0 -132
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ef666413e8aa6afc530cdae3a5143cfb707e926ca1a4086d11a0f2972b89dc17
4
- data.tar.gz: d67937d8eb29dca65a52e517a64be6a984ada260831d21797d555f27aabf7b13
3
+ metadata.gz: 88aa786589cd69f2c8de942c1f0d57bd8d9066d6e257b0fcc8b1b6e41a500306
4
+ data.tar.gz: 825f56e07ce49d20de9f934f7f566c47aa6003e51d54a472abbf6de86b702007
5
5
  SHA512:
6
- metadata.gz: c0634cd6d8f1bf3277267d0aec3bfb8abef47ae6a71a046c33eacaea003b62690d724fd49a40bb36ded8aa35fd118491864932eb83fe9a33d1f75f03bc5e450a
7
- data.tar.gz: 0b999e3ce95c646992bd84cc5ba26062d48d55b724b09a7b3576fda900e7ef9d728160b8a9b8832e2b096bed2fd81fe00a3dea234900da87bd6b9cb126d48ec6
6
+ metadata.gz: 898411e7a9fbdc305a78d3957339f65cd322ebb5adae290ff03b2b11c50158adb669c214d0cb6489c685a6b6e892f05cb2841355c6aa51c065471da63c2fd01f
7
+ data.tar.gz: 836613c9e141c2a5cd791cce70e51ea0c5c99482686a84c8eeda485811f2741d058bf363255e99fa7de62710b5dce0319cd087e75f26b06969ac135981d018b4
@@ -0,0 +1,28 @@
1
+ {
2
+ "files": [
3
+ "README.md"
4
+ ],
5
+ "imageSize": 100,
6
+ "commit": false,
7
+ "contributors": [
8
+ {
9
+ "login": "chiefpansancolt",
10
+ "name": "Christopher Pezza",
11
+ "avatar_url": "https://avatars3.githubusercontent.com/u/5841177?v=4",
12
+ "profile": "https://chrispezza.me",
13
+ "contributions": [
14
+ "code",
15
+ "doc",
16
+ "tool",
17
+ "test",
18
+ "maintenance"
19
+ ]
20
+ }
21
+ ],
22
+ "contributorsPerLine": 7,
23
+ "projectName": "simplecov-tailwindcss",
24
+ "projectOwner": "chiefpansancolt",
25
+ "repoType": "github",
26
+ "repoHost": "https://github.com",
27
+ "skipCi": true
28
+ }
data/.erb-lint.yml ADDED
@@ -0,0 +1,8 @@
1
+ ---
2
+ glob: '**/*.erb'
3
+ exclude:
4
+ - '**/vendor/**/*'
5
+ - '**/node_modules/**/*'
6
+ linters:
7
+ ErbSafety:
8
+ enabled: true
data/.eslintignore CHANGED
@@ -1 +1,2 @@
1
1
  node_modules/*
2
+ public/
data/.eslintrc.json ADDED
@@ -0,0 +1,10 @@
1
+ {
2
+ "parser": "@babel/eslint-parser",
3
+ "parserOptions": { "requireConfigFile": "false" },
4
+ "rules": {
5
+ "indent": ["error", 2],
6
+ "linebreak-style": ["error", "unix"],
7
+ "quotes": ["error", "single"],
8
+ "semi": ["error", "never"]
9
+ }
10
+ }
@@ -14,21 +14,21 @@ orientation.
14
14
  Examples of behavior that contributes to creating a positive environment
15
15
  include:
16
16
 
17
- * Using welcoming and inclusive language
18
- * Being respectful of differing viewpoints and experiences
19
- * Gracefully accepting constructive criticism
20
- * Focusing on what is best for the community
21
- * Showing empathy towards other community members
17
+ - Using welcoming and inclusive language
18
+ - Being respectful of differing viewpoints and experiences
19
+ - Gracefully accepting constructive criticism
20
+ - Focusing on what is best for the community
21
+ - Showing empathy towards other community members
22
22
 
23
23
  Examples of unacceptable behavior by participants include:
24
24
 
25
- * The use of sexualized language or imagery and unwelcome sexual attention or
26
- advances
27
- * Trolling, insulting/derogatory comments, and personal or political attacks
28
- * Public or private harassment
29
- * Publishing others' private information, such as a physical or electronic
25
+ - The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ - Trolling, insulting/derogatory comments, and personal or political attacks
28
+ - Public or private harassment
29
+ - Publishing others' private information, such as a physical or electronic
30
30
  address, without explicit permission
31
- * Other conduct which could reasonably be considered inappropriate in a
31
+ - Other conduct which could reasonably be considered inappropriate in a
32
32
  professional setting
33
33
 
34
34
  ## Our Responsibilities
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
55
55
  ## Enforcement
56
56
 
57
57
  Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
- reported by contacting the project team at chiefpansancolt@gmail.com. All
58
+ reported by contacting the project team at github@chiefpansancolt.live. All
59
59
  complaints will be reviewed and investigated and will result in a response that
60
60
  is deemed necessary and appropriate to the circumstances. The project team is
61
61
  obligated to maintain confidentiality with regard to the reporter of an incident.
@@ -0,0 +1,66 @@
1
+ # Contributing to Simplecov Tailwind
2
+
3
+ First and for most thank you for taking the time to look to contribute to
4
+ Simplecov Tailwind, any help is apprciated to make Simplecov Tailwind better
5
+ and stronger!
6
+
7
+ ## Code of Conduct
8
+
9
+ This project and everyone participating in it is governed by the [Simplecov
10
+ Material Code of Conduct](https://github.com/chiefpansancolt/simplecov-tailwindcss/blob/main/.github/CODE_OF_CONDUCT.md).
11
+ By participating, you are expected to uphold this code. Please report
12
+ unacceptable behavior to github@chiefpansancolt.live.
13
+
14
+ ## How can I Contribute
15
+
16
+ ### Reporting Bugs
17
+
18
+ #### Before submitting a bug report
19
+
20
+ This section guides you through submitting a bug report for Simplecov Tailwind.
21
+ Following these guidelines helps maintainers and the community understand your
22
+ report 📝, reproduce the behavior 💻 💻, and find related reports 🔎.
23
+
24
+ Before creating bug reports, please check [this list](https://github.com/chiefpansancolt/simplecov-tailwindcss/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
25
+ as you might find out that you don't need to create one. When you are creating
26
+ a bug report, please include as many details as possible. Fill out the
27
+ [required form](https://github.com/chiefpansancolt/simplecov-tailwindcss/blob/main/.github/ISSUE_TEMPLATE/bug_report.md)
28
+ , the information it asks for helps us resolve issues faster.
29
+
30
+ > Note: If you find a Closed issue that seems like it is the same thing that you're experiencing, open a new issue and include a link to the original issue in the body of your new one.
31
+
32
+ ## Suggesting Enhancements
33
+
34
+ This section guides you through submitting an enhancement suggestion for
35
+ Simplecov Tailwind, including completely new features and minor improvements to
36
+ existing functionality. Following these guidelines helps maintainers and the
37
+ community understand your suggestion 📝 and find related suggestions 🔎.
38
+
39
+ Before creating enhancement suggestions, please check [this list](https://github.com/chiefpansancolt/simplecov-tailwindcss/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement)
40
+ as you might find out that you don't need to create one. When you are creating
41
+ an enhancement suggestion, please include as many details as possible. Fill in
42
+ the [form](https://github.com/chiefpansancolt/simplecov-tailwindcss/blob/main/.github/ISSUE_TEMPLATE/feature-request.md)
43
+ , including the steps that you imagine you would take if the feature you're
44
+ requesting existed.
45
+
46
+ ## Code Contributions
47
+
48
+ Looking to contribute to Simplecov Tailwind? You can look for any tickets tagged with `help-wanted`
49
+
50
+ - [Help wanted issues](https://github.com/chiefpansancolt/simplecov-tailwindcss/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) - issues which could use help form the community to help complete
51
+
52
+ ## Pull Requests
53
+
54
+ The process described here has several goals:
55
+
56
+ - Maintain Simplecov Tailwind's quality
57
+ - Fix problems that are important to users
58
+ - Engage the community in working toward the best possible Simplecov Tailwind Interaction
59
+ - Enable a sustainable system for Simplecov Tailwind's maintainers to review contributions
60
+
61
+ Please follow these steps to have your contribution considered by the maintainers:
62
+
63
+ - Follow all instructions in [the template](https://github.com/chiefpansancolt/simplecov-tailwindcss/blob/main/.github/PULL_REQUEST_TEMPLATE.md)
64
+ - After you submit your pull request, verify that all status checks are passing<details><summary>What if the status checks are failing?</summary>If a status check is failing, and you believe that the failure is unrelated to your change, please leave a comment on the pull request explaining why you believe the failure is unrelated. A maintainer will re-run the status check for you. If we conclude that the failure was a false positive, then we will open an issue to track that problem with our status check suite.</details>
65
+
66
+ While the prerequisites above must be satisfied prior to having your pull request reviewed, the reviewer(s) may ask you to complete additional design work, tests, or other changes before your pull request can be ultimately accepted.
@@ -0,0 +1,54 @@
1
+ name: Bug Report
2
+ description: File a bug report
3
+ title: '[Bug]: '
4
+ labels: ['bug', 'triage']
5
+ assignees:
6
+ - chiefpansancolt
7
+ body:
8
+ - type: markdown
9
+ attributes:
10
+ value: |
11
+ Thanks for taking the time to fill out this bug report!
12
+ - type: textarea
13
+ id: what-happened
14
+ attributes:
15
+ label: What happened?
16
+ description: Also tell us, what did you expect to happen?
17
+ placeholder: Tell us what you see!
18
+ value: 'A bug happened!'
19
+ validations:
20
+ required: true
21
+ - type: dropdown
22
+ id: version
23
+ attributes:
24
+ label: Version
25
+ description: What version of our software are you running?
26
+ options:
27
+ - 2.0.0
28
+ - 1.0.0
29
+ validations:
30
+ required: true
31
+ - type: dropdown
32
+ id: browsers
33
+ attributes:
34
+ label: What browsers are you seeing the problem on?
35
+ multiple: true
36
+ options:
37
+ - Firefox
38
+ - Chrome
39
+ - Safari
40
+ - Microsoft Edge
41
+ - type: textarea
42
+ id: logs
43
+ attributes:
44
+ label: Relevant log output
45
+ description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
46
+ render: shell
47
+ - type: checkboxes
48
+ id: terms
49
+ attributes:
50
+ label: Code of Conduct
51
+ description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/chiefpansancolt/simplecov-tailwindcss/blob/main/CODE_OF_CONDUCT.md)
52
+ options:
53
+ - label: I agree to follow this project's Code of Conduct
54
+ required: true
@@ -0,0 +1,11 @@
1
+ blank_issues_enabled: false
2
+ contact_links:
3
+ - name: Get Help
4
+ url: https://github.com/chiefpansancolt/simplecov-tailwindcss/discussions/new?category=help
5
+ about: If you can't get something to work the way you expect, open a question in our discussion forums.
6
+ - name: GitHub Community Support
7
+ url: https://github.community/
8
+ about: Please ask and answer questions here.
9
+ - name: GitHub Security Bug Bounty
10
+ url: https://bounty.github.com/
11
+ about: Please report security vulnerabilities here.
@@ -0,0 +1,26 @@
1
+ name: Feature Request
2
+ description: Have a feature Idea tell us about it
3
+ title: '[Enhancement]: '
4
+ labels: ['enhancement', 'triage']
5
+ assignees:
6
+ - chiefpansancolt
7
+ body:
8
+ - type: markdown
9
+ attributes:
10
+ value: |
11
+ Thanks for taking the time to tell us about your idea to help make this better!
12
+ - type: textarea
13
+ attributes:
14
+ label: What is the Idea?
15
+ placeholder: Tell us what you are thinking about!
16
+ value: 'A Idea is happening!'
17
+ validations:
18
+ required: true
19
+ - type: checkboxes
20
+ id: terms
21
+ attributes:
22
+ label: Code of Conduct
23
+ description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/chiefpansancolt/simplecov-tailwindcss/blob/main/CODE_OF_CONDUCT.md)
24
+ options:
25
+ - label: I agree to follow this project's Code of Conduct
26
+ required: true
@@ -13,14 +13,14 @@ Please delete options that are not relevant.
13
13
  - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
14
14
  - [ ] This change requires a documentation update
15
15
 
16
- # How Has This Been Tested?
16
+ ## How Has This Been Tested?
17
17
 
18
18
  Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
19
19
 
20
20
  - [ ] Test A
21
21
  - [ ] Test B
22
22
 
23
- # Checklist:
23
+ ## Checklist
24
24
 
25
25
  - [ ] My code follows the style guidelines of this project
26
26
  - [ ] I have performed a self-review of my own code
@@ -0,0 +1,91 @@
1
+ name: Build
2
+
3
+ on:
4
+ push:
5
+ branches:
6
+ - main
7
+ pull_request:
8
+ branches:
9
+ - main
10
+
11
+ permissions:
12
+ checks: write
13
+ contents: write
14
+
15
+ jobs:
16
+ run-js-build:
17
+ name: Run JS Build
18
+ runs-on: ubuntu-latest
19
+
20
+ steps:
21
+ - name: Check out Git repository
22
+ uses: actions/checkout@v2
23
+
24
+ - name: Set up Node.js
25
+ uses: actions/setup-node@v3
26
+ with:
27
+ node-version: 16
28
+
29
+ - name: Install Node.js dependencies
30
+ run: yarn install
31
+
32
+ - name: Compile JS
33
+ run: yarn build:js
34
+
35
+ - name: Upload Compiled JS
36
+ uses: actions/upload-artifact@v3
37
+ with:
38
+ name: application.js
39
+ path: public/application.js
40
+
41
+ run-css-build:
42
+ name: Run CSS Build
43
+ runs-on: ubuntu-latest
44
+
45
+ steps:
46
+ - name: Check out Git repository
47
+ uses: actions/checkout@v2
48
+
49
+ - name: Set up Node.js
50
+ uses: actions/setup-node@v3
51
+ with:
52
+ node-version: 16
53
+
54
+ - name: Install Node.js dependencies
55
+ run: yarn install
56
+
57
+ - name: Compile JS
58
+ run: yarn build:css
59
+
60
+ - name: Upload Compiled CSS
61
+ uses: actions/upload-artifact@v3
62
+ with:
63
+ name: application.css
64
+ path: public/application.css
65
+
66
+ run-gem-build:
67
+ name: Run Gem Build
68
+ runs-on: ubuntu-latest
69
+
70
+ steps:
71
+ - name: Check out Git repository
72
+ uses: actions/checkout@v2
73
+
74
+ - name: Set up Ruby
75
+ uses: ruby/setup-ruby@v1
76
+ with:
77
+ ruby-version: .ruby-version
78
+
79
+ - name: Install Ruby Gem dependencies
80
+ run: |
81
+ gem install bundler -v 2.3.11
82
+ bundle install --jobs 4 --retry 3
83
+
84
+ - name: Build Gem
85
+ run: yarn gem:build
86
+
87
+ - name: Upload Compiled Gem
88
+ uses: actions/upload-artifact@v3
89
+ with:
90
+ name: simplecov-tailwindcss.gem
91
+ path: ./*.gem
@@ -13,4 +13,4 @@ jobs:
13
13
  uses: jstastny/publish-gem-to-github@master
14
14
  with:
15
15
  token: ${{ secrets.GITHUB_TOKEN }}
16
- owner: chiefpansancolt
16
+ owner: chiefpansancolt
@@ -0,0 +1,49 @@
1
+ name: Lint
2
+
3
+ on:
4
+ push:
5
+ branches:
6
+ - main
7
+ pull_request:
8
+ branches:
9
+ - main
10
+
11
+ permissions:
12
+ checks: write
13
+ contents: write
14
+
15
+ jobs:
16
+ run-linters:
17
+ name: Run linters
18
+ runs-on: ubuntu-latest
19
+
20
+ steps:
21
+ - name: Check out Git repository
22
+ uses: actions/checkout@v2
23
+
24
+ - name: Set up Node.js
25
+ uses: actions/setup-node@v3
26
+ with:
27
+ node-version: 16
28
+
29
+ - name: Install Node.js dependencies
30
+ run: yarn install
31
+
32
+ - name: Set up Ruby
33
+ uses: ruby/setup-ruby@v1
34
+ with:
35
+ ruby-version: .ruby-version
36
+
37
+ - name: Install Ruby Gem dependencies
38
+ run: |
39
+ gem install bundler -v 2.4.8
40
+ bundle install --jobs 4 --retry 3
41
+
42
+ - name: Run linters
43
+ uses: wearerequired/lint-action@v2
44
+ with:
45
+ eslint: true
46
+ prettier: true
47
+ rubocop: true
48
+ erblint: true
49
+ erblint_args: '--lint-all'
@@ -18,4 +18,4 @@ jobs:
18
18
  - name: Push to rubygems.org
19
19
  run: |
20
20
  gem build *.gemspec
21
- gem push *.gem
21
+ gem push *.gem
@@ -4,23 +4,27 @@ on: [pull_request]
4
4
 
5
5
  jobs:
6
6
  ruby-test:
7
-
8
7
  runs-on: ubuntu-latest
9
8
 
10
9
  strategy:
11
10
  matrix:
12
- ruby: [3.1.2, 3.0.4, 2.7.6, 2.6.10, 2.5.9, head]
11
+ ruby: [3.2.1, 3.1.2, 3.0.4, 2.7.6, 2.6.10, 2.5.9, head]
13
12
 
14
13
  steps:
15
- - name: Checkout Code
16
- uses: actions/checkout@v1
17
- - name: Set up Ruby
18
- uses: ruby/setup-ruby@v1
19
- with:
20
- ruby-version: ${{ matrix.ruby }}
14
+ - name: Checkout Code
15
+ uses: actions/checkout@v1
16
+ - name: Set up Ruby
17
+ uses: ruby/setup-ruby@v1
18
+ with:
19
+ ruby-version: ${{ matrix.ruby }}
21
20
 
22
- - name: Build and Test
23
- run: |
24
- gem install bundler
25
- bundle install --jobs 4 --retry 3
26
- bundle exec rake test
21
+ - name: Build and Test
22
+ run: |
23
+ gem install bundler -v 2.3.26
24
+ bundle install --jobs 4 --retry 3
25
+ bundle exec rake test
26
+ - name: Upload coverage results
27
+ uses: actions/upload-artifact@v3
28
+ with:
29
+ name: coverage-report
30
+ path: coverage
data/.gitignore CHANGED
@@ -10,3 +10,4 @@
10
10
  Gemfile.lock
11
11
  yarn-error.log
12
12
  test/reports/
13
+ *.gem
data/.markdownlint.yml CHANGED
@@ -1,21 +1,21 @@
1
1
  default: true
2
2
 
3
3
  # Exclusions for deliberate/widespread violations
4
- MD001: false # Header levels should only increment by one level at a time
5
- MD002: false # First header should be a h1 header
6
- MD007: # Unordered list indentation
7
- indent: 4
8
- MD012: false # Multiple consecutive blank lines
9
- MD013: false # Line length
10
- MD014: false # Dollar signs used before commands without showing output
11
- MD019: false # Multiple spaces after hash on atx style header
12
- MD021: false # Multiple spaces inside hashes on closed atx style header
13
- MD024: false # Multiple headers with the same content
14
- MD026: false # Trailing punctuation in header
15
- MD029: false # Ordered list item prefix
16
- MD030: false # Spaces after list markers
17
- MD033: false # Allow inline HTML
18
- MD034: false # Bare URL used
19
- MD040: false # Fenced code blocks should have a language specified
20
- MD041: false # First line in file should be a top level header
21
- MD046: false # Code block style
4
+ MD001: false # Header levels should only increment by one level at a time
5
+ MD002: false # First header should be a h1 header
6
+ MD007: # Unordered list indentation
7
+ indent: 4
8
+ MD012: false # Multiple consecutive blank lines
9
+ MD013: false # Line length
10
+ MD014: false # Dollar signs used before commands without showing output
11
+ MD019: false # Multiple spaces after hash on atx style header
12
+ MD021: false # Multiple spaces inside hashes on closed atx style header
13
+ MD024: false # Multiple headers with the same content
14
+ MD026: false # Trailing punctuation in header
15
+ MD029: false # Ordered list item prefix
16
+ MD030: false # Spaces after list markers
17
+ MD033: false # Allow inline HTML
18
+ MD034: false # Bare URL used
19
+ MD040: false # Fenced code blocks should have a language specified
20
+ MD041: false # First line in file should be a top level header
21
+ MD046: false # Code block style
data/.prettierignore CHANGED
@@ -9,6 +9,5 @@ pkg/
9
9
  public/
10
10
  Gemfile.lock
11
11
  yarn.lock
12
-
13
12
  bin/
14
13
  views/
data/.prettierrc.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "semi": false,
3
+ "singleQuote": true,
4
+ "printWidth": 100,
5
+ "trailingComma": "es5",
6
+ "arrowParens": "always",
7
+ "tabWidth": 2,
8
+ "useTabs": false,
9
+ "quoteProps": "as-needed",
10
+ "jsxSingleQuote": false,
11
+ "bracketSpacing": true
12
+ }