Skip to content

Commit

Permalink
fix missing tag and cat pages
Browse files Browse the repository at this point in the history
  • Loading branch information
urbanophile committed Jan 7, 2025
1 parent 4f87f29 commit 73fcd20
Show file tree
Hide file tree
Showing 5 changed files with 4,131 additions and 4 deletions.
26 changes: 26 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
module.exports = {
env: {
browser: true,
es2021: true,
},
extends: ['airbnb-base', "prettier"],
overrides: [
{
env: {
node: true,
},
files: [
'.eslintrc.{js,cjs}',
],
parserOptions: {
sourceType: 'script',
},
},
],
parserOptions: {
ecmaVersion: 'latest',
sourceType: 'module',
},
rules: {
},
};
1 change: 1 addition & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "extends": ["stylelint-config-standard"] }
Loading

0 comments on commit 73fcd20

Please sign in to comment.