1
0
mirror of https://github.com/flarum/core.git synced 2025-08-21 07:41:49 +02:00

Add phpcs, Travis, clean up editorconfig and eslint

This commit is contained in:
Toby Zerner
2015-09-04 11:37:18 +09:30
parent 6b92345e9d
commit fb4308b0d9
5 changed files with 58 additions and 13 deletions

View File

@@ -3,5 +3,8 @@
"psr-4": {
"Flarum\\BBCode\\": "src/"
}
},
"scripts": {
"style": "phpcs --standard=PSR2 -np src"
}
}