mirror of
https://github.com/gundb/panic-server.git
synced 2026-01-10 14:07:54 -05:00
Editorconfig files help you keep a consistent style across projects. Recently, I've been using it to enforce spaces over tabs (I switched). This commit adds the config file and changes the project indent style to match. New script, "all-tests", runs the unit tests and the linter. The "test" script now just refers to unit tests.
6 lines
62 B
YAML
6 lines
62 B
YAML
language: node_js
|
|
node_js:
|
|
- node
|
|
|
|
script: npm run all-tests
|