Skip to content

Commit

Permalink
DEV: Apply coding standards (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
CvX committed Oct 9, 2020
1 parent c369ede commit 0e9c675
Show file tree
Hide file tree
Showing 7 changed files with 1,573 additions and 12 deletions.
3 changes: 3 additions & 0 deletions .eslintrc
@@ -0,0 +1,3 @@
{
"extends": "eslint-config-discourse"
}
1 change: 1 addition & 0 deletions .gitignore
@@ -1,2 +1,3 @@
gems/*
*.swn
/node_modules
1 change: 1 addition & 0 deletions .prettierrc
@@ -0,0 +1 @@
{}
4 changes: 4 additions & 0 deletions .template-lintrc.js
@@ -0,0 +1,4 @@
module.exports = {
plugins: ["ember-template-lint-plugin-discourse"],
extends: "discourse:recommended",
};
12 changes: 0 additions & 12 deletions .travis.yml

This file was deleted.

10 changes: 10 additions & 0 deletions package.json
@@ -0,0 +1,10 @@
{
"name": "discourse-prometheus",
"version": "0.1.0",
"repository": "git@github.com:discourse/discourse-prometheus.git",
"author": "Sam Saffron",
"license": "MIT",
"devDependencies": {
"eslint-config-discourse": "^1.1.3"
}
}

0 comments on commit 0e9c675

Please sign in to comment.