mirror of
https://github.com/discourse/discourse-table-builder.git
synced 2025-02-17 00:44:58 +00:00
DEV: Update linting (#78)
This commit is contained in:
parent
20c82ff322
commit
90463b7157
1
.eslintrc.cjs
Normal file
1
.eslintrc.cjs
Normal file
@ -0,0 +1 @@
|
|||||||
|
module.exports = require("@discourse/lint-configs/eslint-theme");
|
11
.github/workflows/discourse-theme.yml
vendored
Normal file
11
.github/workflows/discourse-theme.yml
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
name: Discourse Theme
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
pull_request:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
ci:
|
||||||
|
uses: discourse/.github/.github/workflows/discourse-theme.yml@v1
|
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
node_modules
|
||||||
|
.discourse-site
|
1
.prettierrc.cjs
Normal file
1
.prettierrc.cjs
Normal file
@ -0,0 +1 @@
|
|||||||
|
module.exports = require("@discourse/lint-configs/prettier");
|
1
.template-lintrc.cjs
Normal file
1
.template-lintrc.cjs
Normal file
@ -0,0 +1 @@
|
|||||||
|
module.exports = require("@discourse/lint-configs/template-lint");
|
9
package.json
Normal file
9
package.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"private": true,
|
||||||
|
"devDependencies": {
|
||||||
|
"@discourse/lint-configs": "^1.3.7",
|
||||||
|
"ember-template-lint": "^5.13.0",
|
||||||
|
"eslint": "^8.56.0",
|
||||||
|
"prettier": "^2.8.8"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user