Skip to content

Commit

Permalink
DOCS: add icons (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhieb authored Feb 21, 2022
1 parent 31f1a61 commit 7b25ed7
Show file tree
Hide file tree
Showing 9 changed files with 1,235 additions and 1,789 deletions.
19 changes: 19 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,25 @@ extends:

env:
es2021: true
mocha: true

plugins:
- chai-friendly

overrides:
- files:
- '**/*.test.*'
- '**/*.unit.*'
globals:
expect: off
rules:
func-names: off
prefer-arrow-callback: off
max-nested-callbacks: off
no-magic-numbers: off
no-param-reassign: off
no-unused-expressions: off
chai-friendly/no-unused-expressions: error

reportUnusedDisableDirectives: true

Expand Down
1 change: 0 additions & 1 deletion .mocharc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
spec:
- '**/*.test.js'
- '**/*.unit.js'
Binary file added icons/oxalis-1280x640.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/oxalis-BW.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/oxalis-BW.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/oxalis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/oxalis.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7b25ed7

Please sign in to comment.