-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from luuptek/maybe_sakke
Change build tools
- Loading branch information
Showing
143 changed files
with
9,207 additions
and
19,949 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
last 2 version | ||
> 1% | ||
not dead | ||
not IE 11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
dist | ||
*.min.js | ||
node_modules | ||
vendor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,6 @@ bower_components | |
|
||
# log-files | ||
*.log | ||
|
||
# Asset dev file (this file appears on `sakke watch`) | ||
.asset-dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
vendor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"trailingComma": "all", | ||
"tabWidth": 4 | ||
} |
Oops, something went wrong.