-
Notifications
You must be signed in to change notification settings - Fork 7
additional eslint plugins and configuration #295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 8 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
fec8ff3
configure eslint to use recommended vue 3 config
davetsay 045d9c8
output of npm run lint:fix
davetsay 265ab78
fix bad vue props declarations
davetsay 363d5f3
fix `vue/require-explicit-emits` lint rule
davetsay 5cbbb0c
fix `vue/no-template-shadow` lint rule
davetsay 0b1fa41
use and configure cspell
davetsay 0f96f7c
fix issues found by cspell
davetsay f644d01
revert removal of deprecated config
davetsay 5c5182d
Merge branch 'main' into 271/eslint
davetsay 9750dfa
fix spellcheck errors
davetsay d72d1a5
remove unnecessary style block
davetsay File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| { | ||
| "version": "0.2", | ||
| "language": "en,en-us", | ||
| "dictionaries": [ | ||
| "npm", | ||
| "softwareTerms", | ||
| "node", | ||
| "html", | ||
| "css", | ||
| "bash", | ||
| "en_US", | ||
| "en-gb", | ||
| "misc", | ||
| "omm" | ||
| ], | ||
| "dictionaryDefinitions": [ | ||
| { | ||
| "name": "omm", | ||
| "path": ".cspell/omm-dictionary.txt", | ||
| "description": "Open MCT for MCWS dictionary" | ||
| } | ||
| ], | ||
| "ignorePaths": [ | ||
| "package.json", | ||
| "dist/**", | ||
| "package-lock.json", | ||
| "node_modules", | ||
| "*.log", | ||
| "test_data/**", | ||
| "target/**" | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,55 @@ | ||
| # openmct | ||
| openmct | ||
| metadatas | ||
| metadatum | ||
| unlisten | ||
| unlisteners | ||
| persistable | ||
| Persistable | ||
| timesystem | ||
| TIMESYSTEM | ||
| frameaccountability | ||
| DDDTHH | ||
| DDDDTHH | ||
|
|
||
| # dependencies | ||
| printj | ||
|
|
||
| # testing | ||
| xdescribe | ||
|
|
||
| # ammos | ||
| mcws | ||
| MCWSEVR | ||
| mcwsurl | ||
| ampcs | ||
| mpcs # root_topic was hardcoded as mpcs before name change to ampcs | ||
| atlo | ||
| rfsw | ||
| spsc | ||
| apid | ||
| apids | ||
| scid | ||
| vcid | ||
| vcids | ||
| vcfc | ||
| evrs | ||
| scmf | ||
| cltus | ||
| insync | ||
| datatable | ||
|
|
||
| # time | ||
| scet | ||
| lmst | ||
| sclk | ||
| mslsol | ||
|
|
||
| # names | ||
| dsanto | ||
| peterr | ||
| smap | ||
|
|
||
| # TODO fix | ||
| # remove dismissable when implementing https://github.com/NASA-AMMOS/openmct-mcws/issues/209 | ||
| dismissable | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.