DEV: Apply coding standards (#24)
This commit is contained in:
parent
365cfbc209
commit
005457ccf8
|
@ -1,6 +1 @@
|
||||||
.bundle/
|
node_modules
|
||||||
log/*.log
|
|
||||||
pkg/
|
|
||||||
auto_generated
|
|
||||||
.DS_Store
|
|
||||||
*.swp
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
{}
|
|
@ -0,0 +1,4 @@
|
||||||
|
module.exports = {
|
||||||
|
plugins: ["ember-template-lint-plugin-discourse"],
|
||||||
|
extends: "discourse:recommended",
|
||||||
|
};
|
12
.travis.yml
12
.travis.yml
|
@ -1,12 +0,0 @@
|
||||||
# We want to use the KVM-based system, so require sudo
|
|
||||||
sudo: required
|
|
||||||
services:
|
|
||||||
- docker
|
|
||||||
|
|
||||||
before_install:
|
|
||||||
- git clone --depth=1 https://github.com/discourse/discourse-plugin-ci
|
|
||||||
|
|
||||||
install: true # Prevent travis doing bundle install
|
|
||||||
|
|
||||||
script:
|
|
||||||
- discourse-plugin-ci/script.sh
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"name": "discourse-oauth2-basic",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"repository": "git@github.com:discourse/discourse-oauth2-basic.git",
|
||||||
|
"author": "Discourse",
|
||||||
|
"license": "MIT",
|
||||||
|
"devDependencies": {
|
||||||
|
"eslint-config-discourse": "^1.1.3"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue