DEV: Apply coding standards (#18)

This commit is contained in:
Justin DiRose 2020-10-09 13:59:54 -05:00 committed by GitHub
parent 0949699c4f
commit f893e42ae5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 1573 additions and 1 deletions

3
.eslintrc Normal file
View File

@ -0,0 +1,3 @@
{
"extends": "eslint-config-discourse"
}

2
.gitignore vendored
View File

@ -1 +1 @@
gems node_modules

1
.prettierrc Normal file
View File

@ -0,0 +1 @@
{}

4
.template-lintrc.js Normal file
View File

@ -0,0 +1,4 @@
module.exports = {
plugins: ["ember-template-lint-plugin-discourse"],
extends: "discourse:recommended",
};

10
package.json Normal file
View File

@ -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"
}
}

1554
yarn.lock Normal file

File diff suppressed because it is too large Load Diff