mirror of
https://github.com/mozilla/fxa.git
synced 2025-12-28 07:03:55 +00:00
Because: - We need to pull the latest pdfs from legal-docs into the fxa assets folder. This commit: - Create a script to copy the latest pdfs into assets/legal. - Create a Github Action to automatically pull in the pdfs from legal-docs, and open a pull request to move pdfs into assets/legal. Closes #fxa-5100
8 lines
119 B
Plaintext
8 lines
119 B
Plaintext
{
|
|
"extends": ["plugin:fxa/recommended"],
|
|
"plugins": ["fxa"],
|
|
"parserOptions": {
|
|
"ecmaVersion": "2020"
|
|
},
|
|
}
|