Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Ante Laca committed Dec 4, 2023
1 parent 38ff441 commit bfe97e0
Show file tree
Hide file tree
Showing 47 changed files with 4,757 additions and 10,658 deletions.
14 changes: 14 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# http://editorconfig.org
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
tab_width = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.txt]
trim_trailing_whitespace = false
14 changes: 14 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Ignore node modules
node_modules/*

# Ignore Composer packages
vendor/*

# Ignore Directories
sample-data/*

# Ignore Files
phpcs.xml
phpcs.xml.dist
package-lock.json
composer.lock
7 changes: 7 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"tabWidth": 4,
"trailingComma": "es5",
"printWidth": 120,
"bracketSpacing": false,
"singleQuote": true
}
6 changes: 0 additions & 6 deletions jest.config.js

This file was deleted.

Loading

0 comments on commit bfe97e0

Please sign in to comment.