Skip to content

Commit

Permalink
Merge pull request #39 from luuptek/maybe_sakke
Browse files Browse the repository at this point in the history
Change build tools
  • Loading branch information
luuptekman authored Feb 24, 2023
2 parents 57807ad + 3bb37cd commit 9dd591a
Show file tree
Hide file tree
Showing 143 changed files with 9,207 additions and 19,949 deletions.
4 changes: 4 additions & 0 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
last 2 version
> 1%
not dead
not IE 11
8 changes: 6 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@

root = true

[*]
[*.php]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab

[{*.js, *.jsx, *.scss, *.json}]
indent_style = space
indent_size = 4

[*.yml]
indent_style = space
indent_size = 2
Expand All @@ -21,4 +25,4 @@ indent_size = 2
trim_trailing_whitespace = false

[{*.txt,wp-config-sample.php}]
end_of_line = crlf
end_of_line = crlf
4 changes: 4 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
dist
*.min.js
node_modules
vendor
34 changes: 1 addition & 33 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,35 +1,3 @@
{
"root": true,
"extends": "eslint:recommended",
"globals": {
"wp": true
},
"env": {
"node": true,
"es6": true,
"amd": true,
"browser": true,
"jquery": true
},
"parserOptions": {
"ecmaFeatures": {
"globalReturn": true,
"generators": false,
"objectLiteralDuplicateProperties": false,
"experimentalObjectRestSpread": true
},
"ecmaVersion": 2017,
"sourceType": "module"
},
"plugins": [
"import"
],
"settings": {
"import/core-modules": [],
"import/ignore": [
"node_modules",
"\\.(coffee|scss|css|less|hbs|svg|json)$"
]
},
"rules": {}
"extends": ["./eslint-config.js"]
}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ bower_components

# log-files
*.log

# Asset dev file (this file appears on `sakke watch`)
.asset-dev
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vendor
4 changes: 4 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"trailingComma": "all",
"tabWidth": 4
}
Loading

0 comments on commit 9dd591a

Please sign in to comment.