mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2025-02-15 11:37:45 +00:00
fix(localization): remove Kiswahili from gitignore and reorder eslint config
This commit is contained in:
parent
9cb4a2b8f4
commit
bb60079242
2
.gitignore
vendored
2
.gitignore
vendored
@ -84,7 +84,7 @@ frontend/dist
|
||||
.idea
|
||||
|
||||
# Service worker
|
||||
sw.*
|
||||
sw.js
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
@ -4,7 +4,7 @@ dist
|
||||
.run
|
||||
.vscode
|
||||
.devcontainer
|
||||
sw.*
|
||||
sw.js
|
||||
frontend/.nuxt
|
||||
frontend/dist
|
||||
frontend/dist/_nuxt
|
@ -2,7 +2,7 @@
|
||||
var restrictedGlobals = require('confusing-browser-globals');
|
||||
|
||||
module.exports = {
|
||||
root: true,
|
||||
root: false,
|
||||
env: {
|
||||
node: true
|
||||
},
|
||||
@ -74,7 +74,7 @@ module.exports = {
|
||||
},
|
||||
overrides: [
|
||||
{
|
||||
files: ['frontend/**/*.ts', 'frontend/**/*.vue'],
|
||||
files: ['./**/*.ts', './**/*.vue'],
|
||||
env: {
|
||||
browser: true,
|
||||
node: true
|
||||
@ -125,7 +125,7 @@ module.exports = {
|
||||
'import/resolver': {
|
||||
nuxt: {
|
||||
extensions: ['.js', '.ts', '.d.ts', '.vue', '.json'],
|
||||
nuxtSrcDir: 'frontend/'
|
||||
nuxtSrcDir: '.'
|
||||
}
|
||||
}
|
||||
}
|
1
frontend/locales/sw.json
Normal file
1
frontend/locales/sw.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
Loading…
x
Reference in New Issue
Block a user