Skip to content

Commit

Permalink
Merge pull request #1 from t-hamano/wp6.0
Browse files Browse the repository at this point in the history
v1.0.2
  • Loading branch information
t-hamano authored May 19, 2022
2 parents 96c199e + c8f03bc commit e573a70
Show file tree
Hide file tree
Showing 8 changed files with 2,214 additions and 4,141 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ module.exports = {
printWidth: 100,
bracketSpacing: true,
parenSpacing: true,
bracketSameLine: false,
},
],
},
Expand Down
11 changes: 9 additions & 2 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
const config = {
...require( '@wordpress/prettier-config' ),
semi: true,
useTabs: true,
Expand All @@ -7,5 +7,12 @@ module.exports = {
printWidth: 100,
bracketSpacing: true,
parenSpacing: true,
parser: 'typescript'
parser: 'typescript',
// Set new property instead of jsxBracketSameLine
bracketSameLine: false,
}

// Remove deprecated property
delete config.jsxBracketSameLine

module.exports = config;
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
- Realistic sound based on sound sources sampled from actual instruments
- Variable volume, switchable octave pitch and sustain pedal status

Note: The keys are optimized for the QWERTY keyboard and may not map correctly on other keyboards.

## How to build

```
Expand Down Expand Up @@ -72,4 +74,4 @@ $ npm run build

## Author

[Tetsuaki Hamano (Github)](https://github.com/t-hamano)
[Aki Hamano (Github)](https://github.com/t-hamano)
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Tetsuaki Hamano"
"name": "Aki Hamano"
}
],
"require-dev": {
Expand Down
Loading

0 comments on commit e573a70

Please sign in to comment.