docusaurus/examples/facebook/.stylelintrc.js
2022-07-08 19:08:17 +02:00

13 lines
307 B
JavaScript
Vendored
Generated

/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
module.exports = {
plugins: ['stylelint-copyright'],
rules: {
'docusaurus/copyright-header': true,
},
};