-
Notifications
You must be signed in to change notification settings - Fork 30
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 #171 from plausible/self_provisioning_api
v2.0.0
- Loading branch information
Showing
199 changed files
with
62,738 additions
and
3,231 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 |
---|---|---|
@@ -1,6 +1,5 @@ | ||
{ | ||
"*.json": ["prettier --write", "git add"], | ||
"*.php": ["npm run lint:textdomain", "npm run lint:php:fix", "git add"], | ||
"*.{js,jsx}": ["eslint --fix", "git add"], | ||
"*.scss": ["stylelint --fix", "git add"] | ||
"*.php": ["npm run lint:textdomain", "git add"], | ||
"*.{js,jsx}": ["git add"] | ||
} |
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,9 +1,7 @@ | ||
{ | ||
"extends": ["stylelint-config-standard-scss", "@wordpress/stylelint-config", "stylelint-prettier/recommended"], | ||
"extends": ["@wordpress/stylelint-config", "stylelint-prettier/recommended"], | ||
"rules": { | ||
"at-rule-no-unknown": null, | ||
"rule-empty-line-before": null, | ||
"scss/at-import-no-partial-leading-underscore": null, | ||
"scss/at-rule-no-unknown": true | ||
"rule-empty-line-before": null | ||
} | ||
} |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,3 @@ | ||
@tailwind base; | ||
@tailwind components; | ||
@tailwind utilities; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.