DEV: Apply coding standards (#18)
This commit is contained in:
parent
0949699c4f
commit
f893e42ae5
|
@ -1 +1 @@
|
|||
gems
|
||||
node_modules
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
{}
|
|
@ -0,0 +1,4 @@
|
|||
module.exports = {
|
||||
plugins: ["ember-template-lint-plugin-discourse"],
|
||||
extends: "discourse:recommended",
|
||||
};
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"name": "discourse-steam-login",
|
||||
"version": "1.0.0",
|
||||
"repository": "git@github.com:discourse/discourse-steam-login.git",
|
||||
"author": "Discourse",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"eslint-config-discourse": "^1.1.3"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue