🔥 remove linting (#2998)

Co-authored-by: Kelly Mears <developers@tinypixel.dev>
This commit is contained in:
Ben Word
2022-03-07 16:20:31 -06:00
committed by GitHub
parent cf2dc5430a
commit 8b4031a029
6 changed files with 22 additions and 1182 deletions

View File

@@ -1,4 +0,0 @@
module.exports = {
root: true,
extends: ['@roots/eslint-config/sage'],
};

View File

@@ -41,9 +41,6 @@ jobs:
- name: Install dependencies using Yarn - name: Install dependencies using Yarn
run: yarn install --frozen-lockfile run: yarn install --frozen-lockfile
- name: Lint scripts and styles
run: yarn lint
- name: Build and compile assets - name: Build and compile assets
run: | run: |
yarn build yarn build

View File

@@ -1,9 +0,0 @@
{
"bracketSpacing": false,
"jsxBracketSameLine": true,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false
}

View File

@@ -1,6 +0,0 @@
{
"extends": [
"@roots/sage/stylelint-config",
"@roots/bud-tailwindcss/stylelint-config"
]
}

View File

@@ -10,21 +10,13 @@
"scripts": { "scripts": {
"dev": "bud dev", "dev": "bud dev",
"build": "bud build", "build": "bud build",
"lint": "npm run lint:js && npm run lint:css",
"lint:js": "eslint resources/scripts",
"lint:css": "stylelint \"resources/**/*.{css,scss,vue}\"",
"test": "npm run lint",
"translate": "npm run translate:pot && npm run translate:js", "translate": "npm run translate:pot && npm run translate:js",
"translate:pot": "wp i18n make-pot . ./resources/lang/sage.pot --ignore-domain --include=\"app,resources\"", "translate:pot": "wp i18n make-pot . ./resources/lang/sage.pot --ignore-domain --include=\"app,resources\"",
"translate:js": "wp i18n make-json ./resources/lang --pretty-print" "translate:js": "wp i18n make-json ./resources/lang --pretty-print"
}, },
"devDependencies": { "devDependencies": {
"@roots/bud": "5.5.0", "@roots/bud": "5.5.0",
"@roots/bud-eslint": "5.5.0",
"@roots/bud-prettier": "5.5.0",
"@roots/bud-stylelint": "5.5.0",
"@roots/bud-tailwindcss": "5.5.0", "@roots/bud-tailwindcss": "5.5.0",
"@roots/eslint-config": "5.5.0",
"@roots/sage": "5.5.0" "@roots/sage": "5.5.0"
} }
} }

1174
yarn.lock

File diff suppressed because it is too large Load Diff