Add a PHP interface to work with the language data
Additional changes in this PR include, * Added composer.json * Refactored the folder structure. * Added editorconfig. * Added PHPCS and formatted existing code. * Changes to use a single license - GPL-2.0-or-later * ESLint related fixes Bug: T218639
This commit is contained in:
@@ -34,8 +34,8 @@
|
||||
"engine": {
|
||||
"node": ">=6.0.0"
|
||||
},
|
||||
"license": "(MIT OR GPL-2.0+)",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
"test": "mocha tests/js/*.js"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user